Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 682 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 682 Bytes

NASA Picture of the Day

This project was bootstrapped with Create React App.

NASA Picture of the Day

This is a class based react component that uses redux and redux saga to interact with NASA API

Get A NASA API Key for the config.js file

Sign-up here: https://api.nasa.gov

Setup

  1. use npm to install dependencies in package.json
  2. rename config.js.dist to config.js and add your api key
  3. npm run start
  4. npm run test to run tests

Styles

Uses AirBNB style guid (https://github.com/airbnb/javascript)

Author