An open API service indexing awesome lists of open source software.

https://github.com/niradler/amazon_affiliate_server


https://github.com/niradler/amazon_affiliate_server

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## Amazon product fetch

An example of fetching product from amazon by id (asin),
also fetched product will stored in db for future usage.

### How to use (DEMO)

GET https://amazon-affiliate-server.herokuapp.com/products/:asin

### What can you learn from that ?

- nodejs api example, with express.
- working with amazon affiliate api.
- working with mongo and mongoose.
- es6, promises, and structure.