A fast and easy to set up image host for your website, no config, no database
- Pull or download
- run "npm install" or "yarn install" (no quotes) depending on your flavor.
- Create a folder "images" (no quotes) next to the index.js
- Put all your images into images, you can use subdirectories
- run "node index.js"
- Access localhost:8081/images to get an array of all images currently in the image folder
- Access images at localhost:8081/
You can replace the port by replacing 8081 in index.js (line 53)
You can replace the directory by replacing "images" in index.js (line 37)