Skip to content

API services for Angular 2 in Action

Notifications You must be signed in to change notification settings

adniang75/api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This contains the API service built and deployed to Heroku for Angular 2 in Action.

APIs

/stocks/snapshot?symbols=aapl,goog,fb

This API returns a snapshot of the stocks passed as a symbol parameter. It uses Yahoo! Finance to lookup the snapshot data.

/stocks/historical/{symbol}

This API looks up an individual stock's historical data based on the symbol in the path. It uses Yahoo! Finance to lookup the historical data.

About

API services for Angular 2 in Action

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%