JSPM

crypto-price-history

1.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q18012F

    Package Exports

      This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (crypto-price-history) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

      Readme

      🚀 crypto-price-history

      Welcome to crypto-price-history! This plugin is designed to seamlessly integrate with your existing Robo.js project and provide new features and enhancements to your robo. The best part? Everything automatically works once you install this plugin!

      👩‍💻 Are you the plugin developer? Check out the Development Guide for instructions on how to develop, build, and publish this plugin.

      Installation 💻

      To install this plugin, navigate to your Robo project's directory and run the following command:

      npm install crypto-price-history

      Next, add the plugin to your Robo's configuration file, typically located at .config/robo.mjs. Add the following lines:

      /**
       * @type {import('@roboplay/robo.js').Plugin}
       **/
      const cryptoPriceHistoryPlugin = [
          'crypto-price-history',
          {
              // ... optional customization options
          }
      ]
      
      /**
       * @type {import('@roboplay/robo.js').Config}
       **/
      export default {
          // ... rest of your configuration
          plugins: [cryptoPriceHistoryPlugin]
      }

      That's it! Your Robo now has access to the additional features provided by this plugin. The plugin's commands and events are automatically linked, and if your Robo requires any additional bot permissions, they will be inherited when running robo invite to generate an invite link.

      Enjoy your enhanced Robo! 🚀