NpElection displays the election data of Nepal right from the comfort of your terminal.
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
.
git clone git@github.com:askbuddie/npelection.git
go mod download
go run main.go
or go build
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.