Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
tiaanduplessis committed May 15, 2018
1 parent 334b53b commit f7321d1
Showing 1 changed file with 14 additions and 59 deletions.
73 changes: 14 additions & 59 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,19 @@
<h1 align="center">coinmarketcap-api</h1>
<div align="center">
<strong>CoinMarketCap API wrapper for node</strong>
</div>
<br>
<div align="center">
<a href="https://npmjs.org/package/coinmarketcap-api">
<img src="https://img.shields.io/npm/v/coinmarketcap-api.svg?style=flat-square" alt="npm package version" />
</a>
<a href="https://npmjs.org/package/coinmarketcap-api">
<img src="https://img.shields.io/npm/dm/coinmarketcap-api.svg?style=flat-square" alt="npm downloads" />
</a>
<a href="https://github.com/feross/standard">
<img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square" alt="standard JS linter" />
</a>
<a href="https://codecov.io/gh/tiaanduplessis/coinmarketcap-api">
<img src="https://codecov.io/gh/tiaanduplessis/coinmarketcap-api/branch/master/graph/badge.svg?style=flat-square" alt="Codecov" />
</a>
<a href="https://github.com/prettier/prettier">
<img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square" alt="prettier code formatting" />
</a>
<a href="https://travis-ci.org/tiaanduplessis/coinmarketcap-api">
<img src="https://img.shields.io/travis/tiaanduplessis/coinmarketcap-api.svg?style=flat-square" alt="travis ci build status" />
</a>
<a href="https://github.com/tiaanduplessis/coinmarketcap-api/blob/master/LICENSE">
<img src="https://img.shields.io/npm/l/coinmarketcap-api.svg?style=flat-square" alt="project license" />
</a>
<a href="http://makeapullrequest.com">
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="make a pull request" />
</a>
</div>
<br>
<div align="center">
<a href="https://github.com/tiaanduplessis/coinmarketcap-api/watchers">
<img src="https://img.shields.io/github/watchers/tiaanduplessis/coinmarketcap-api.svg?style=social" alt="Github Watch Badge" />
</a>
<a href="https://github.com/tiaanduplessis/coinmarketcap-api/stargazers">
<img src="https://img.shields.io/github/stars/tiaanduplessis/coinmarketcap-api.svg?style=social" alt="Github Star Badge" />
</a>
<a href="https://twitter.com/intent/tweet?text=Check%20out%20coinmarketcap-api!%20https://github.com/tiaanduplessis/coinmarketcap-api%20%F0%9F%91%8D">
<img src="https://img.shields.io/twitter/url/https/github.com/tiaanduplessis/coinmarketcap-api.svg?style=social" alt="Tweet" />
</a>
</div>
<br>
<div align="center">
Built with ❤︎ by <a href="https://github.com/tiaanduplessis">tiaanduplessis</a> and <a href="https://github.com/tiaanduplessis/coinmarketcap-api/contributors">contributors</a>
</div>

<h2>Table of Contents</h2>
<details>
<summary>Table of Contents</summary>
<li><a href="#install">Install</a></li>
<li><a href="#usage">Usage</a></li>
<li><a href="#api">API</a></li>
<li><a href="#contribute">Contribute</a></li>
<li><a href="#license">License</a></li>
</details>
# coinmarketcap-api

## Install
[![Greenkeeper badge](https://badges.greenkeeper.io/tiaanduplessis/coinmarketcap-api.svg)](https://greenkeeper.io/) [![npm package version](https://img.shields.io/npm/v/coinmarketcap-api.svg?style=flat-square)](https://npmjs.org/package/coinmarketcap-api)
[![npm downloads](https://img.shields.io/npm/dm/coinmarketcap-api.svg?style=flat-square)](https://npmjs.org/package/coinmarketcap-api) [![Standard JS linter](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) [![Codecov](https://codecov.io/gh/tiaanduplessis/coinmarketcap-api/branch/master/graph/badge.svg?style=flat-square)](https://codecov.io/gh/tiaanduplessis/coinmarketcap-api) [![travis ci build status](https://img.shields.io/travis/tiaanduplessis/coinmarketcap-api.svg?style=flat-square)](https://travis-ci.org/tiaanduplessis/coinmarketcap-api) [![project license](https://img.shields.io/npm/l/coinmarketcap-api.svg?style=flat-square)](https://github.com/tiaanduplessis/coinmarketcap-api/blob/master/LICENSE) [![make a pull request](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

> CoinMarketCap API wrapper for node
## Table of Contents

[![Greenkeeper badge](https://badges.greenkeeper.io/tiaanduplessis/coinmarketcap-api.svg)](https://greenkeeper.io/)
- [Install](#install)
- [Usage](#usage)
- [API](#api)
- [Contribute](#contribute)
- [License](#license)

## Install

```sh
$ npm install coinmarketcap-api
Expand Down

0 comments on commit f7321d1

Please sign in to comment.