Skip to content

mau11/image-finder

Repository files navigation

Build Status

image-finder-screenshot

Image Finder

A royalty free image search app using Pixabay's API.

Table of Contents

  1. Requirements
  2. Development
    1. Installing Dependencies
    2. Pixabay API
    3. Build and Serve App
  3. View Application

Requirements

  • Node 11.12.0^
  • NPM 6.7.0^

Development

Installing Dependencies

From within the root directory:

$ npm install

Pixabay API

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.

Build and Serve App

From root directory

$ npm run-script dev

View Application

For development, in your browser, navigate to

http://localhost:8080

View the latest deploy at: https://the-image-finder.herokuapp.com/