Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarojbelbase/whats-the-miti
A distraction-free Nepali date for your browser.
https://github.com/sarojbelbase/whats-the-miti
flask-application made-in-nepal nepali nepali-application nepali-date python3
Last synced: about 1 month ago
JSON representation
A distraction-free Nepali date for your browser.
- Host: GitHub
- URL: https://github.com/sarojbelbase/whats-the-miti
- Owner: sarojbelbase
- License: mit
- Created: 2020-05-06T11:43:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:44:59.000Z (about 2 years ago)
- Last Synced: 2024-11-02T13:20:55.810Z (3 months ago)
- Topics: flask-application, made-in-nepal, nepali, nepali-application, nepali-date, python3
- Language: Python
- Homepage: https://whatsthemiti.now.sh
- Size: 2.21 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Whats The Miti?
##### NOTE: This repo is a flask implementation rewritten from [old applet](https://github.com/sidbelbase/nepali-datetime-applet) and is being actively developed for [several browser extensions.](https://github.com/sidbelbase/undistracted-me)
A distraction-free nepali date & clock for your browser.
[Applet Version](https://github.com/sidbelbase/nepali-datetime-applet) |
[Website Version](https://whatsthemiti.now.sh/) | [Extension Version](https://addons.mozilla.org/en-US/firefox/addon/undistracted-me/)## API
API is available on [https://aworkingapi.now.sh/api/v1/nepalimiti](https://aworkingapi.now.sh/api/v1/nepalimiti)
## Installation
##### Firefox Installation:
[Extension for firefox browser](https://addons.mozilla.org/en-US/firefox/addon/undistracted-me/)
##### Chrome Installation:
[Extension for chrome, chromium, opera & chromium edge browsers](https://chrome.google.com/webstore/detail/undistracted-me/dfgbijakkhepoonhaelocdmcleeehmef/)
##### Project Installation
```
python3 -m venv venv
cd whatsthemiti/
source venv/bin/activate
pip3 install -r requirements.txt
python3 app.py
```##### After this you're good to access this application in your favourite browser
`http://localhost:5000`
## TODOS:
1. [x] Flask Implementation
2. [x] Add APIs
3. [x] Chrome Extension
4. [x] Firefox Extension
5. [ ] Linux Taskbar Applet
6. [ ] Vscode Extension