Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.49 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.49 KB

@turbasen/test-data

Build status Codacy grade Codacy coverage NPM downloads NPM version Node version Dependency status

Test data for internal Nasjonal Turbase API development.

Getting started

Download Docker for Mac or Windows.

Run in this directory:

$ docker-compose up

Usage

api.users

const users = require('@turbasen/test-data').api.users;

Docker is now watching for changes and will run the test suite automatically.