Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghedamat/em-stripe
and ember-stripe component that uses stripe-jquery library
https://github.com/ghedamat/em-stripe
Last synced: 15 days ago
JSON representation
and ember-stripe component that uses stripe-jquery library
- Host: GitHub
- URL: https://github.com/ghedamat/em-stripe
- Owner: ghedamat
- License: mit
- Created: 2014-04-11T00:33:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-21T01:43:36.000Z (over 10 years ago)
- Last Synced: 2024-10-28T17:16:57.710Z (about 2 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Em-Stripe
#### A simple stripe component
WIP
## Contributing
Install Node.js and NPM, there are packages and binaries on the
[Node.js](http://nodejs.org) website that make it easy.```sh
cd my/fork/of/ember-fsm
npm install -g broccoli-cli
npm install
bower install
broccoli serve
```Then in another session:
```
cd my/fork/of/ember-fsm
testem
```Then do what testem tells you to do.
## Authors[@ghedamat](https://github.com/ghedamat) & [@elucid](https://github.com/elucid)
## Thanks
- Our coworkers and friends [@heycarsten](https://github.com/heycarsten) [@drteeth](https://github.com/drteeth) [@minusfive](https://github.com/minusfive) for reviewing
- [Unspace](https://unspace.ca) & [HealthSphere](http://joinhealthsphere.com/) for understanding open source and caring about open source
- [@joliss](https://github.com/joliss) for all her hard work on [broccoli](https://github.com/joliss/broccoli)
- [@rpflorence](https://github.com/rpflorence) for all of his work on [broccoli-dist-es6-module](https://github.com/rpflorence/broccoli-dist-es6-module) and a lot of inspiring Ember components