A royalty free image search app using Pixabay's API.
- Node 11.12.0^
- NPM 6.7.0^
From within the root directory:
$ npm install
For development, you will need to save your Pixabay API key to the environment variable: PIXABAY_API_KEY
.
For deployment, be sure to add the PIXABAY_API_KEY
to your hosting platform's environment variables.
Check out the Pixabay API docs for more information.
From root directory
$ npm run-script dev
For development, in your browser, navigate to
http://localhost:8080
View the latest deploy at: https://the-image-finder.herokuapp.com/