Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjkip/2021-resident-visa-data
2021 New Zealand Resident Visa data
https://github.com/rjkip/2021-resident-visa-data
Last synced: about 2 months ago
JSON representation
2021 New Zealand Resident Visa data
- Host: GitHub
- URL: https://github.com/rjkip/2021-resident-visa-data
- Owner: rjkip
- Created: 2022-03-05T23:27:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T22:07:52.000Z (about 1 year ago)
- Last Synced: 2024-04-29T21:12:47.561Z (9 months ago)
- Language: JavaScript
- Homepage: https://2021-resident-visa.netlify.app/
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π³πΏ 2021 New Zealand Resident Visa data
## Data
The 2021 Resident Visa processing times data is updated automatically from
[Immigration New Zealandβs numbers](https://www.immigration.govt.nz/new-zealand-visas/waiting-for-a-visa/how-long-it-takes-to-process-your-visa-application/2021-resident-visa-processing-times).To pull in the latest updates, run `npm run update-numbers`.
Confirm the data is interpreted properly by running the application and
inspecting its output.## Installation/usage
```sh-session
$ npm install
$ npm run dev
```Visit http://localhost:3000.
## Contributing
Feel free to! Please run `npx prettier --write .` before committing.