Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.