k9w / cryptopedia

Lookup crypto-currencies.

Home Page:https://cryptopedia-epicodus.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Checker

Lookup cryptocurrency numbers and stats

Contributors

  • Alex Adamovic
  • Kevin Williams
  • Drew Henderson

Technologies Used

Description

Welcome to our second two-day project in week 3 of Intermediate JavaScript at Epicodus.

We started it on Wednesday February 9th 2022 from this project's lesson in the curriculum.

This project uses the Nomics Crypto API.

You can find more of our work at:

Setup/Installation Requirements

  • Fork the project to your own Github repository if you plan to make changes.

  • Clone the project from your repo to your machine or preferred location and cd into its folder.

  • Get an API Key and retain the attribution we've included in our HTML for personal use.

  • You'll need the Node Package Manager (npm) to build the project. To set it up, install Node JS for your platform.

  • Install webpack and other packages listed above and in package.json and type:

    $ npm install

  • The decision to install specific, OLD, versions of these packages was dictated by the curriculum assignment.

  • By default, the packages are installed locally to the project folder. That way, if you decide to not continue with the project, you can cleanly remove it and all its dependencies by just deleting the project folder.

  • Build and bundle the project from the src/ folder into the dist/ folder with:

    $ npm run build

    To just build it; or run 'npm run start' to build it and start the local Webpack server.

  • If you like this project, please contribute issues and especially pull requests to improve it.

Known Bugs

  • Any known issues
  • should go here

License

The code which originated in this project is covered by the ISC License. See the file called LICENSE in this same folder for distribution and liability terms as well as copyright holder info.

Third-party APIs and packages are subject to their own license and copyright.

Contact Information

About

Lookup crypto-currencies.

https://cryptopedia-epicodus.netlify.app

License:ISC License


Languages

Language:JavaScript 61.2%Language:CSS 20.7%Language:HTML 18.1%