https://github.com/redhataccess/stratajs
JavaScript library for interacting with the Red Hat Customer Portal API
https://github.com/redhataccess/stratajs
Last synced: about 1 year ago
JSON representation
JavaScript library for interacting with the Red Hat Customer Portal API
- Host: GitHub
- URL: https://github.com/redhataccess/stratajs
- Owner: redhataccess
- Created: 2014-02-24T21:25:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T12:42:04.000Z (over 6 years ago)
- Last Synced: 2025-03-30T18:12:09.990Z (about 1 year ago)
- Language: JavaScript
- Size: 415 KB
- Stars: 2
- Watchers: 8
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Red Hat Access: StrataJS
========================
JavaScript Library to interact with the Red Hat Customer Portal API
Requires [jQuery](https://jquery.org/) and [jsUri](https://github.com/derek-watson/jsUri)
See test/js/stratajs-driver.js for usage examples
### Testing Locally
Using Apache or Nginx to proxy / to 8080 or any port of your choosing.
Edit `/etc/hosts` to point foo.redhat.com to localhost.
In the stratajs directory start `python -m SimpleHTTPServer 8080`
In your browser go to: https://foo.redhat.com/test/index.html