Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/troggy/ngbitrefill
Angular client for Bitrefill API.
https://github.com/troggy/ngbitrefill
Last synced: 23 days ago
JSON representation
Angular client for Bitrefill API.
- Host: GitHub
- URL: https://github.com/troggy/ngbitrefill
- Owner: troggy
- Created: 2015-12-27T10:24:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T23:43:47.000Z (about 9 years ago)
- Last Synced: 2025-01-03T01:09:52.053Z (29 days ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Angular client for Bitrefill API. http://docs.bitrefill.apiary.io/
## Usage
Set up in your ``config`` method:
````
bitrefillProvider.setCredentials(
'',
''
);
````
Then you can use ``bitrefill`` service in your code