An open API service indexing awesome lists of open source software.

https://github.com/robertbenjamin/coinlist

A small app to display and filter all cryptocurrencies.
https://github.com/robertbenjamin/coinlist

Last synced: over 1 year ago
JSON representation

A small app to display and filter all cryptocurrencies.

Awesome Lists containing this project

README

          

# Coinlist

A simple combined API / client application that displays and filters all the cryptocurrencies from the [coinlist NPM package](https://github.com/lukechilds/coinlist).

## Setup

```sh
npm i; cd client; npm i; cd ..
npm start
```

## Running All Tests

```sh
npm test; cd client; npm test; cd ..
```

## Project Structure

`api` contains the controller and routes of the Express app.
`client` contains the frontend React app.