urbit/pkg/npm/http-api
2021-09-13 22:04:52 +10:00
..
example npm: Updated http-api and api packages 2021-04-22 07:17:39 -07:00
src interface: fix packaging 2021-09-13 22:04:52 +10:00
test @urbit/http-api: fix ordering, tests 2021-07-20 15:25:08 +10:00
.gitignore npm: Updated http-api and api packages 2021-04-22 07:17:39 -07:00
babel.config.js @urbit/http-api: setup testing 2021-07-12 12:07:19 +10:00
jest.config.js @urbit/http-api: setup testing 2021-07-12 12:07:19 +10:00
package-lock.json notifications: adding state to nav link and cleaning up 2021-08-25 15:11:09 -05:00
package.json meta: update npm version 2021-07-23 11:37:50 +10:00
README.md added NPM packages 2021-01-26 21:45:18 -08:00
setupEnv.js @urbit/http-api: setup testing 2021-07-12 12:07:19 +10:00
tsconfig.json @urbit/http-api: fix package configuration 2021-06-08 14:26:28 +10:00

Urbit Connector

This project allows you to connect to an Urbit ship via a JavaScript application.

Example

Check out the example directory for examples of how to use this code.

  1. Open example/index.html in your browser and follow the instructions there, or
  2. With a ship running in the same fashion as indicated in the file above, run node example/index.js

The code for either of these can be found in src/example/browser.js or src/example/node.js, depending on your context.

Design

This library is designed to be useful for node applications that communicate with an urbit running either on the local computer or on a remote one.

The majority of its methods are asynchronous and return Promises. This is due to the non-blocking nature of JavaScript. If used in a React app, response handlers should be bound with this to setState after a message is received.

NOTE

You must enable CORS requests on your urbit for this library to work in browser context. Use +cors-registry to see domains which have made requests to your urbit, and then approve the needed one, e.g. |cors-approve http://zod.arvo.network.