Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thedivtagguy/whoismyneta
Dashboard to explore self-reported details and parliamentary activity of MPs in the 17th Lok Sabha
https://github.com/thedivtagguy/whoismyneta
Last synced: 6 days ago
JSON representation
Dashboard to explore self-reported details and parliamentary activity of MPs in the 17th Lok Sabha
- Host: GitHub
- URL: https://github.com/thedivtagguy/whoismyneta
- Owner: thedivtagguy
- Created: 2024-04-22T16:10:47.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-17T06:56:00.000Z (6 months ago)
- Last Synced: 2024-05-17T10:38:41.897Z (6 months ago)
- Language: Svelte
- Homepage: https://whoismyneta.com/
- Size: 5.43 MB
- Stars: 36
- Watchers: 2
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# whoismyneta
Explore information about netas, contesting and elected to represent citizens in legislative bodies, throughout India: [https://whoismyneta.com](https://whoismyneta.com)
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
## Datasets
This project is powered by the following datasets:
- [Candidate Affidavits from MyNeta](https://myneta.info/)
- [Legislative Activity from PRS India](https://prsindia.org/)
- [Lok Sabha Constituencies Shapefile](https://github.com/shijithpk/2024_maps_supplement/)