Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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