![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
gridsome-source-cryptocompare
Advanced tools
A gridsome source plugin for the crypto compare api
A gridsome source plugin for the CryptoCompare API.
yarn add gridsome-source-cryptocompare
npm install gridsome-source-cryptocompare
To date the plugin only offers 'Toplist by 24H Volume Subscriptions'. Plans to addd more API calls are in the pipeline.
When your the project has successfully built a success message will appear to indicate that the API has connected and results have been returned from the API.
Custom options can be passed to the plugin, this should be done inside gridsome.config.js
module.exports = {
plugins: [
{
use: 'grid-source-cryptocompare',
options: {
apiKey: 'your-api-key',
limit: 20,
currency: 'EUR',
}
}
]
}
string
not-set
false
refer to the CryptoCompare API docs for more information about API keys: https://min-api.cryptocompare.com/documentation
number
10
false
The number of coins to return in the toplist, default 10, min 10, max 100.
number
0
false
The pagination for the request. 0 would return coins 0-50, 1 returns coins 50-100
string
'GPB'
true
The currency symbol to convert into
boolean
true
false
boolean
false
false
If set to true, the server will sign the requests (by default we don't sign them), this is useful for usage in smart contracts
If you found this plugin useful,
please ⭐️the project to show your appreciation!
In the spirit of open-source, share this project with others in the community who might find it useful 😀
FAQs
A gridsome source plugin for the crypto compare api
We found that gridsome-source-cryptocompare demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.