An open API service indexing awesome lists of open source software.

https://github.com/rixrix/pushpath-js

A Node.js unified Javascript library for Pushpath project
https://github.com/rixrix/pushpath-js

Last synced: 4 months ago
JSON representation

A Node.js unified Javascript library for Pushpath project

Awesome Lists containing this project

README

          

### This repo has been discontinued, please refer to the unified [Pushpath](https://github.com/pushpath/pushpath) project

A [Node.js](http://nodejs.org) unified Javascript library for Pushpath project

### Build Requirements

Make sure you have [node.js](http://nodejs.org) installed. Install the required modules:

npm install grunt-cli -g

Install the development dependencies, at the project root directory:

npm install

Build the unified library, still at the root directory:

grunt

Unless something is wrong, you should be able to find the generated .js file at `pkg/pushpath.js`

### Acknowledgement

Acknowledgement goes to the [Cordova-js](https://github.com/apache/cordova-js) project.
This project is heavily based on a stripped down Cordova-js tooling and libraries eg. grunt tasks, simplified require/define library.

### License

Code licensed under [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0)