1.0.2 • Published 4 years ago

@clementbrizard/sport-activity v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

shg-exercice-backend

A little package to manage sport activities.

An activity can be a run, a walk or a bicycle ride. It has a distance and a duration. A specific run is defined for marathons.

The package allows to check activity validity (with a maximum speed for each activity type) and to compute an amount of points, depending on the type, distance and/or duration of the activity.

Development

Check your Node version is at least 12.x.

$ git clone git@github.com:clementbrizard/shg-exercice-backend.git
$ cd shg-exercice-backend
$ npm i

Test

$ npm test

Lint

$ npm run lint
1.0.2

4 years ago

1.0.0

4 years ago