Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.07 KB

Nasa APOD

Nasa Astronomy Picture of the Day.

Build Status

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:

Show me the app please!

Just browse to https://nasa-apod.gabrieledarrigo.now.sh/

Installation and run

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