Skip to content

lifeinthegrid/CryptoPulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoPulse

Welcome to the CryptPulse application from CryptoRater.io. This app is a JavaScript client-side dashboard for displaying crypto prices and market data. This application can be applied to any project or website. The source is under the GPL3 license and can be used however you like. Feel free to place it in personal/commercial products. This source is brought to you by CryptoRater.io. Please check us out at for all your crypto product reviews.

QUICK START

Run Demo Here 🚩

  • Step 1: Download ZIP to your web-server and extract.
  • Step 2: Open /src/app.json and edit to your liking. Coins with "active=true" will load on initialization.
  • Step 3: Browse to application. Use an API key (not required) to avoid rate limits from public API requests.

Notes: The data from the API services are stored to the browsers localStorage cache for the duration of the cache timeout setting in the app.json file. To get a free API key with limited requests, just visit the links below in the credits.

CREDITS

Author: Cory Lamle
Sponsor: CryptoRater.io

Projects

API Services



LICENSE

GPL V3 License License: GPL v3
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Copyright (c) 2024 CryptoRater.io

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.