https://github.com/abhn/koalamate
KoalaMate is a desktop app featuring an AskMeAnything bot (wolframAlpha), a Scratchpad and a Calculator
https://github.com/abhn/koalamate
calculator electron javascript scratchpad wolfram-alpha
Last synced: about 2 months ago
JSON representation
KoalaMate is a desktop app featuring an AskMeAnything bot (wolframAlpha), a Scratchpad and a Calculator
- Host: GitHub
- URL: https://github.com/abhn/koalamate
- Owner: abhn
- Created: 2016-03-25T05:36:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T16:58:37.000Z (about 10 years ago)
- Last Synced: 2025-02-02T10:43:32.452Z (over 1 year ago)
- Topics: calculator, electron, javascript, scratchpad, wolfram-alpha
- Language: JavaScript
- Size: 1.64 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## KoalaMate
Built to help students and researchers discover things without having to open any other applications. Features a AskMeAnything bot which fetches data from WolframAlpha, a simple scratchpad and a basic calculator. Requires Nodejs, Electron (electron.atom.io) and MongoDB.
### Installation
```
npm install -g electron-prebuilt
git clone https://github.com/abhn/KoalaMate
cd KoalaMate
npm install
electron .
```
### Screenshots
This was my 6th semester software engineering project. I am attaching some screenshots of the demo application


My team mates for this project were [Ankit Bhowmick](https://github.com/ankub) and [Manasi Muke](https://github.com/manasimuke).