1.0.0 • Published 4 months ago

marketmood v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

MarketMood

MarketMood is a tool designed to provide insights into the cryptocurrency market's sentiment and trends. It leverages blockchain data and social media sentiment analysis to offer a comprehensive view of the market mood.

Features

  • Analyze cryptocurrency token metrics.
  • Gauge social media sentiment regarding specific cryptocurrencies.

Installation

npm install marketmood

Usage

To analyze the market sentiment for a particular cryptocurrency:

const MarketMood = require('marketmood'); const moodAnalyzer = new MarketMood('https://mainnet.infura.io/v3/YOUR_INFURA_PROJECT_ID');

async function analyzeSentiment() { const sentiment = await moodAnalyzer.analyzeMarketSentiment('TOKEN_ADDRESS'); console.log(sentiment); }

analyzeSentiment();

1.0.0

4 months ago