NpElection displays the election data of Nepal right from the comfort of your terminal.
- Download the latest release as per your system from the Releases page.
Once you have downloaded a release file, extract the zip and run from the relative directory:
./npelection
./npelection init
Now, you will be able to use npelection
as a command.
./npelection list
List all districts.
./npelection get -d <district>
Note, you can simply use:
npelection get -d <district>
after doing./npelection init
.
- Clone the repository with
git clone [email protected]:askbuddie/npelection.git
- Download the dependencies with
go mod download
- Run with
go run main.go
orgo build
- Run
make release
to build for all platforms (Windows, Linux, MacOS)
Disclaimer: This tool is made entirely for educational purposes. Any legal responsibility belongs to the person or organization that uses it.