Skip to content

cmihaylov/bitcoin-price-api

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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