- golinks - golinks is a web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. Similar to bunny1 or yubnub. (Demo)
MITGo - notes - notes is a self-hosted note taking web app that lets you keep track of your notes and search them in a easy and minimal way. (Demo)
MITGo - pastebin - pastebin is a simple pastebin service with convenient CLI. (Demo)
MITGo - shorturl - shorturl is a simple URL shortener with very tiny URL(s). (Demo)
MITGo - todo - todo is a simple todo manager. (Demo)
MITGo - [wiki](https://git.mills.io/prolog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| getLoginAPI = () => { | |
| let details = { | |
| 'username': 'username', | |
| 'password': 'demo' | |
| }; | |
| let formBody = []; | |
| for (let property in details) { | |
| let encodedKey = encodeURIComponent(property); |