https://github.com/spirosikmd/storelogic
A simple client to the Paylogic API, built with AngularJS, CoffeeScript, and yeoman.
https://github.com/spirosikmd/storelogic
Last synced: about 2 months ago
JSON representation
A simple client to the Paylogic API, built with AngularJS, CoffeeScript, and yeoman.
- Host: GitHub
- URL: https://github.com/spirosikmd/storelogic
- Owner: spirosikmd
- License: mit
- Created: 2014-04-26T20:28:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-05T01:06:51.000Z (almost 11 years ago)
- Last Synced: 2025-01-13T04:27:38.183Z (4 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
storelogic
==========A simple client to the [Paylogic API](https://doc.sandbox.paylogic.com/).
Built with [AngularJS](https://angularjs.org/), [CoffeeScript](http://coffeescript.org/),
and [yeoman](http://yeoman.io/). Run```npm install``` and ```bower install```
to install the required node modules and bower components. Finally, run
```grunt server```
to compile the CoffeeScript files and run a development server. That is enough.
Though this will not work for the public. At the moment, Paylogic API does not
provide native support for JavaScript clients, and authentication cannot be
established.