Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajaysaini-sgvu/cryptocurrency-api
Cryptocurrency API
https://github.com/ajaysaini-sgvu/cryptocurrency-api
bitcoin bitcoin-api bitcoin-payment blockchain blockchain-technology ethereum
Last synced: 3 days ago
JSON representation
Cryptocurrency API
- Host: GitHub
- URL: https://github.com/ajaysaini-sgvu/cryptocurrency-api
- Owner: ajaysaini-sgvu
- License: apache-2.0
- Created: 2017-09-09T20:40:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T07:44:27.000Z (over 4 years ago)
- Last Synced: 2024-10-12T20:22:52.629Z (about 1 month ago)
- Topics: bitcoin, bitcoin-api, bitcoin-payment, blockchain, blockchain-technology, ethereum
- Language: JavaScript
- Homepage: https://cryptocurrency-api.herokuapp.com
- Size: 4.69 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CryptoCurrency API
API to get real time crypto currency price, market cap, data supply, volume, negative change. It is free to use. As a summary, it uses:
* Node.JS
* Heroku
* Express
* Gulp-Nodemon
* Rollbar
* cheerio## List of API's
* [To get price of all currencies](https://cryptocurrency-api.herokuapp.com/ticker)
* [To get price of single currency](https://cryptocurrency-api.herokuapp.com/ticker/Bitcoin)# Contributions
If you've found an error in this sample, please file an issue.
Patches are encouraged, and may be submitted by forking this project and submitting a pull request. Since this project is still in its very early stages, if your change is substantial, please raise an issue first to discuss it.
### License
```
Copyright 2017 Ajay SainiLicensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
```