https://github.com/matheustrres/messari-client
A lightweight, unofficial, easy-to-use and dependency-free Node.js extremely strict Typescript client to fetch cryptocurrency data from Messari API
https://github.com/matheustrres/messari-client
client-wrapper messari-api nodejs strict typescript
Last synced: 3 months ago
JSON representation
A lightweight, unofficial, easy-to-use and dependency-free Node.js extremely strict Typescript client to fetch cryptocurrency data from Messari API
- Host: GitHub
- URL: https://github.com/matheustrres/messari-client
- Owner: matheustrres
- License: mit
- Created: 2023-07-21T00:21:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T14:04:30.000Z (about 1 year ago)
- Last Synced: 2025-07-01T03:04:40.430Z (11 months ago)
- Topics: client-wrapper, messari-api, nodejs, strict, typescript
- Language: TypeScript
- Homepage: https://curr.to/docs.messari-client
- Size: 427 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Messari Client
A Node.js client for fetching cryptocurrency data from **[Messari API](https://messari.io/dashboard)**, which provides crypto research, data and tools.
**NOTE**: This project is now deprecated due to Messari API endpoints have become only accessible for Enterprise users.
## Stay in touch
- Author: **[Matheus Torres](https://www.github.com/matheustrres)**
- Documentation: **[Introduction](https://curr.to/docs.messari-client)**
- NPM package page: **[MessariClient](https://curr.to/npm.messari-client)**
## Installation
Install the package with your package manager:
```bash
npm install @matheustrres/messari-client
yarn add @matheustrres/messari-client
```
## License
This project is **[MIT](https://github.com/matheustrres/messari-client/blob/main/LICENSE)** licensed.