Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 533 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 533 Bytes

Bookshelf

Bookshelf is a Single Page Application written in AngularJs and Typescript + Node.js for learning purposes. It shows the New York Times Best Sellers books list along with their description, covers and links to different shops where you can buy the book.

All the date is taken from the Apple iTunes website.

How to use it

The first step is to install all needed Node.js modules by running

npm install

and then to start it

npm start

Running the tests

After installing the modules, just run

npm test