Nasa Astronomy Picture of the Day.
An simple Javascript single page application that shows the Astronomy Picture of the Day. with a little explanation on the photo's subject. You can browse more photos by using the calendar in the navigation menu.
Tinkered with:
- Nasa APOD API
- React.js to handle view logic and interaction
- Immutable.js to define immutable domain objects
- Moment.js to work with dates
Just browse to https://nasa-apod.gabrieledarrigo.now.sh/
Clone the repository, than install all application's dependencies:
$ npm install
Launch all unit tests with:
$ npm run test
Run the application:
$ npm run serve