Skip to content

olakunlevpn/bitcoin-price-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin Price API

This is a simple Bitcoin value API. The idea is to keep as minimum data as required, but enough to provide valuable trend data by keeping both short-term price values, as well as long-term averages.

Requirements

  • node
  • npm
  • mongoDB

Installation

Clone the project repository and install dependencies.

$ npm install

Configuration

Create config.js by copying config.js.dist

$ cp config.js.dist config.js

Change server port and database parameters in config.js to match your environment.

Running the project

$ node index.js

Thank you

Thanks to https://blockchain.info for providing a great API for data source.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • HTML 0.3%