/arcsecond-js

The javascript client for interacting with the server-side RESTful resources of arcsecond.io.

Primary LanguageJavaScriptMIT LicenseMIT

arcsecond.io (backend) • arcsecond-swift (Swift SDK) • arcsecond-js (JavaScript SDK) •
SwiftAAQLFitsFITSImporterObjCFITSIO

WARNING: The whole library is very much in progress! Even this README...

arcsecond.js Build Status

A javascript client for interacting with the server-side RESTful resources of arcsecond.io.

Note: All examples written in this README use the ES6 specification.

Installation

It is available with bower or npm:

bower install arcsecond.js
npm install arcsecond.js

The dist folder contains two built versions which you can use to include either arcsecond.js or a standalone version. Standalone version already embeds fetch.

Alternately, you can use a module loader like webpack.

import arcsecond from 'arcsecond.js';

Usage

...

Contributing

All contributions are welcome and must pass the tests. If you add a new feature, please write tests for it.

License

This application is available under the MIT License.