arcsecond.io (backend) •
arcsecond-swift (Swift SDK) •
arcsecond-js (JavaScript SDK) •
SwiftAA •
QLFits •
FITSImporter •
ObjCFITSIO
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.
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';
...
All contributions are welcome and must pass the tests. If you add a new feature, please write tests for it.
This application is available under the MIT License.