@steve-udotong/gatsby-stocktwits-symbol

1.0.0 • Public • Published

gatsby-stocktwits-symbol

Pulls data about recent stocktwit messages under a given stock symbol, (EX: SPY, AAPL, TSLA)

Example

In your gatsby-config.js:

module.exports = {
  
  plugins: [
    
    {
      resolve: 'gatsby-stocktwits-symbol',
      options: {
        // get this at https://api.stocktwits.com/developers/apps/new 
        apikey: 'your_api_key',   
        stockId: 'SPY',
        maxTweets: 30, //optional, default is 20     
      }
    },
}

Readme

Keywords

Package Sidebar

Install

npm i @steve-udotong/gatsby-stocktwits-symbol

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.64 kB

Total Files

3

Last publish

Collaborators

  • steve-udotong