Alwin is a wimpy kid. What? Is he lazy? Not at all! He always asks me, 'Where is my Prof?'. He is in search of his project and sick of waiting for hours in front of his Prof's office. Boom! He got an idea. He started to search the Prof's timetable and decided to meet him after his class. He went to ERP. Wow! What a beautiful place it is! He found the Prof's department and checked department time table, found out his slots, compared his slots with time and finally, he met him. But, alas! He was late. The Prof gave his project to another stud. Alwin asked him, 'Bro, how did you find him earlier?'. He replied, 'Use WIMP kid!'.
$ git clone https://github.com/themousepotato/wimp.git
$ cd wimp
$ sudo pip2 install -r requirements.txt
$ python2.7 main.py # To populate data
$ python2.7 app.py # Locate your browser to the local address
$ git clone https://github.com/themousepotato/wimp.git
$ cd wimp
$ docker build -t wimp .
$ docker run -p 8888:5000 wimp
You can use any JSON utility that is installed on your computer.
jq
is recommended.
$ jq '' data/data.json > data/data2.json
$ mv data/data2.json data/data.json
We've a list of FAQ here. If you've any queries, find the answer from there. If your question is not there, add it by yourself. We would love to answer.
PRs are most welcome!
Navaneeth Suresh (@themousepotato on metakgp Slack.)