![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.
gemini-exchange-coffee-api
Advanced tools
This is a node.js wrapper for gemini cryptocurrency exchange. Viewable here https://github.com/KevTheRev13/gemini-exchange-coffee-api
This is a node.js wrapper for the gemini cryptocurrency exchange. Github link here https://github.com/KevTheRev13/gemini-exchange-coffee-api
I used coffeescript (http://coffeescript.org/) as a starting point for learning javascript. Coffeescript is a cleaner and more organized script that compiles into JS.
When you npm install this package, the gemini.coffee source file is hidden. It does "not" run coffee compile upon npm install, so should you choose to get the sourcecode from Github and modify the gemini.coffee source file - you will need to re-compile it into js manually.
If you would like to connect to the sandbox, change the api url located in gemini.js (or gemini.coffee if you plan to re-run the coffee compile).
Change this line: this.url = "https://api.gemini.com"; to this line: this.url = "https://api.sandbox.gemini.com";
npm install gemini-exchange-coffee-api
If you're getting the error [Error: Nonce is too small.]
then your most likely
running the same process twice using the same API keys.
orderbook: (symbol, options, cb)
trades: (symbol, cb)
ticker: (symbol, cb)
get_symbols: (cb)
symbols_details: (cb)
wallet_balances: (cb)
new_order: (symbol, amount, price, exchange, side, type, cb)
cancel_order: (order_id, cb)
cancel_all_orders: (cb)
order_status: (order_id, cb)
active_orders: (cb)
account_infos: (cb)
FAQs
This is a node.js wrapper for gemini cryptocurrency exchange. Viewable here https://github.com/KevTheRev13/gemini-exchange-coffee-api
The npm package gemini-exchange-coffee-api receives a total of 5 weekly downloads. As such, gemini-exchange-coffee-api popularity was classified as not popular.
We found that gemini-exchange-coffee-api 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.