A collaborative space for collecting and sharing open data about Nepal. Contribute information about districts, local states, software companies etc. to create public APIs for everyone to use.
Join us in building a comprehensive resource for Nepal's data!
- Fork the repository.
- Clone your fork to your local machine.
- Create a new branch for your contribution: git checkout -b feature/new-data.
- Add or update the data files in the appropriate folders (e.g., districts, district/local_states, software_companies, etc.).
- Commit your changes: git commit -m "feat: Add new data for districts".
- Push to your fork: git push origin feature/new-data.
- Open a pull request to develop branch on the main repository.