emilianosantucci / meteor-astronomy-ts

Meteor Astronomy definition file for TypeScript
MIT License
1 stars 2 forks source link

Meteor Astronomy for TypeScript

Meteor Astronomy is a powerful model layer for Meteor written on pure EcmaScript6.

If you want to use it with Typescript, you are in right place.

Installation

  1. Add meteor-astronomy to your project: meteor add jagi:astronomy
  2. Open tsconfig.json and add it:
    {
    "globalDependencies": {
      "meteor-astronomy": "github:emilianosantucci/meteor-astronomy-ts/.types/astronomy.d.ts#0c2adad0ade366e23ceea6ac64ffd462e52cbab5"
    }
    }

Then, launch typings install.

Example

If you want try it before add to your project:

  1. Clone this project: git clone https://github.com/emilianosantucci/meteor-astronomy-ts.git
  2. Launch meteor: meteor

License

Meteor Astronomy TS is released under the MIT License.