{"id":16480639,"url":"https://github.com/fredericheem/airbex-client","last_synced_at":"2025-06-14T20:02:51.263Z","repository":{"id":20642722,"uuid":"23924650","full_name":"FredericHeem/airbex-client","owner":"FredericHeem","description":"Airbex websocket client library","archived":false,"fork":false,"pushed_at":"2019-09-01T20:45:09.000Z","size":97,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T20:42:06.239Z","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/FredericHeem.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":"2014-09-11T15:44:15.000Z","updated_at":"2020-07-30T12:26:25.000Z","dependencies_parsed_at":"2022-08-24T07:31:03.986Z","dependency_job_id":null,"html_url":"https://github.com/FredericHeem/airbex-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FredericHeem/airbex-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredericHeem%2Fairbex-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredericHeem%2Fairbex-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredericHeem%2Fairbex-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredericHeem%2Fairbex-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FredericHeem","download_url":"https://codeload.github.com/FredericHeem/airbex-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredericHeem%2Fairbex-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259875397,"owners_count":22925175,"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-11T13:04:51.689Z","updated_at":"2025-06-14T20:02:51.224Z","avatar_url":"https://github.com/FredericHeem.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Airbex WebSocket Client Library\n\n[Airbex](https://airbex.net) is a cryptocurrency exchange with WebSocket API based technology to provide efficient communication between clients and the *Airbex* backend.\n\nThis package provides:\n* a WebSocket javascript library in `lib/Airbex.js`\n* a simple web application that uses this library,\n* a set of mocha based test in the `test` directory\n\nThe documentation for the traditional REST API is available at [https://airbex.net/apidoc/](https://airbex.net/apidoc/)\n\n\n## Badges\n\n[![Build Status](https://travis-ci.org/FredericHeem/airbex-client.svg?branch=master)](https://travis-ci.org/FredericHeem/airbex-client)  [![Code Climate](https://codeclimate.com/github/FredericHeem/airbex-client/badges/gpa.svg)](https://codeclimate.com/github/FredericHeem/airbex-client)  [![Codeclimate Code Coverage](https://codeclimate.com/github/FredericHeem/airbex-client/badges/coverage.svg)](https://codeclimate.com/github/FredericHeem/airbex-client)  [![Coveralls Coverage Status](https://coveralls.io/repos/FredericHeem/airbex-client/badge.png?branch=master)](https://coveralls.io/r/FredericHeem/airbex-client?branch=master)\n\n\n## Library\n\nThe Airbex WebSocket library can be used in the browser and under nodejs, thanks to [browserify](https://github.com/substack/node-browserify)\n\nThis library provides the following messages:\n\n* markets: the summary of all markets: market id, base/quote currency, high, low, volume, last price.\n* market depth: the depth of the given market, a.k.a the order book.\n* currencies: all the currencies.\n* balances: the balances for the various currencies.\n* whoami: information about the user .\n\nTo find out how to use this library, the easiest way is to look at `test/testWebSocket.js`.\n\n## Web application sample.\n\nThis web application is written in pure vanilla Javascript, is modular, is event based and follow the Model View Controller design.\n\nTo install the dependencies:\n\n```\nsudo npm install\n```\n\n\nTo start the web application:\n\n```\nnpm start\n```\n\nor \n\n```\ngrunt serve\n```\n\nThis will automatically open your default browser at the url: http://localhost:9000\n\n## Test\n\nTo run the test against the demo `Airbex` backend:\n```\nNODE_ENV=demo mocha\n```\n\nTo run the test against the production `Airbex` backend:\n```\nNODE_ENV=prod mocha\n```\n\nTo set the `apikey`, please edit the configuration files `test/config/config.demo.json` or `test/config/config.prod.json`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredericheem%2Fairbex-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffredericheem%2Fairbex-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredericheem%2Fairbex-client/lists"}