{"id":18050560,"url":"https://github.com/ehpc/btce-nodejs-call-method","last_synced_at":"2025-04-05T06:23:32.083Z","repository":{"id":57190670,"uuid":"45121116","full_name":"ehpc/btce-nodejs-call-method","owner":"ehpc","description":"Calling BTC-e trading API method from Node.js","archived":false,"fork":false,"pushed_at":"2015-10-28T16:48:44.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T00:08:39.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ehpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-28T15:14:15.000Z","updated_at":"2015-10-28T16:08:00.000Z","dependencies_parsed_at":"2022-09-15T07:12:35.470Z","dependency_job_id":null,"html_url":"https://github.com/ehpc/btce-nodejs-call-method","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehpc%2Fbtce-nodejs-call-method","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehpc%2Fbtce-nodejs-call-method/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehpc%2Fbtce-nodejs-call-method/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehpc%2Fbtce-nodejs-call-method/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ehpc","download_url":"https://codeload.github.com/ehpc/btce-nodejs-call-method/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247296219,"owners_count":20915598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T21:12:20.284Z","updated_at":"2025-04-05T06:23:32.053Z","avatar_url":"https://github.com/ehpc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A module for calling the BTC-e trading API method\n\nIt's a simple module with only one purpose:\n\n* Calling the BTC-e trading API method\n\nActually it was written to call *getInfo* and nothing more. But I figured it\ncan be improved in the future so here it is on github.\n\n# Installing\n\n```\nnpm install btce-nodejs-call-method --save\n```\n\n# Using\n\n```\nlet btce = require('btce-nodejs-call-method');\nbtce.callBtceMethod(\n\t'getInfo',\n\t'YOUR API KEY',\n\t'YOUR SECRET KEY'\n).then(function (data) {\n\tconsole.log('BTC count: ', data.return.funds.btc);\n}).catch(console.error);\n```\n\n# Testing\n\n```\nnpm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehpc%2Fbtce-nodejs-call-method","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fehpc%2Fbtce-nodejs-call-method","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehpc%2Fbtce-nodejs-call-method/lists"}