![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
gridsome-source-cryptocompare
Advanced tools
yarn add gridsome-source-cryptocompare
npm install gridsome-source-cryptocompare
A gridsome source plugin for the Crypto Compare API.
To date the plugin only offers 'Toplist by 24H Volume Subscriptions' data. 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 successfully.
Custom options can be passed to the plugin, this should be done inside gridsome.config.js
module.exports = {
plugins: [
{
use: 'grid-source-crypto-compare',
options: {
apiKey: 'your-api-key',
limit: 20,
currency: 'EUR',
}
}
]
}
string
not-set
false
refer to the CryptoCompare API docs for 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
FAQs
A gridsome source plugin for the crypto compare api
The npm package gridsome-source-cryptocompare receives a total of 2 weekly downloads. As such, gridsome-source-cryptocompare popularity was classified as not popular.
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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.