Skip to content

sarojbelbase/whats-the-miti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whats The Miti?

NOTE: This repo is a flask implementation rewritten from old applet and is being actively developed for several browser extensions.

A distraction-free nepali date & clock for your browser.

Applet Version | Website Version | Extension Version

API

API is available on https://aworkingapi.now.sh/api/v1/nepalimiti

Installation

Firefox Installation:

Extension for firefox browser

Chrome Installation:

Extension for chrome, chromium, opera & chromium edge browsers

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. Flask Implementation
  2. Add APIs
  3. Chrome Extension
  4. Firefox Extension
  5. Linux Taskbar Applet
  6. Vscode Extension