https://github.com/mrmurphy/loginator
A simple exercise in AJAX requests
https://github.com/mrmurphy/loginator
Last synced: 7 months ago
JSON representation
A simple exercise in AJAX requests
- Host: GitHub
- URL: https://github.com/mrmurphy/loginator
- Owner: mrmurphy
- Created: 2013-05-13T16:50:06.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-13T16:51:48.000Z (about 13 years ago)
- Last Synced: 2024-05-01T20:31:48.947Z (about 2 years ago)
- Language: CoffeeScript
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loginator, a simple exercise in requests with AJAX.
## Notes:
The loginator makes requests to `http://randomlogin.dev/login`.
randomlogin.dev is `login.py` running on localhost:8080, and then [pow](http://pow.cx/) is used to make it reachable through the url `http://randomlogin.dev`.