https://github.com/mrmurphy/loginator
A simple exercise in AJAX requests
https://github.com/mrmurphy/loginator
Last synced: 19 days 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: 2025-10-28T02:54:43.992Z (9 months ago)
- Language: CoffeeScript
- Size: 121 KB
- Stars: 0
- Watchers: 0
- 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`.