File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 0.12"
43 - " 4"
54 - " 5"
5+ - " 6"
66notifications :
77 email : false
8+ after_success :
9+ - npm run coveralls
10+ - npm run codeclimate
Original file line number Diff line number Diff line change 33[ ![ npm version] ( https://img.shields.io/npm/v/node-nmea.svg?style=flat-square )] ( https://www.npmjs.com/package/node-nmea )
44[ ![ npm downloads] ( https://img.shields.io/npm/dm/node-nmea.svg?style=flat-square )] ( https://www.npmjs.com/package/node-nmea )
55[ ![ Build Status] ( https://img.shields.io/travis/lgaticaq/node-nmea.svg?style=flat-square )] ( https://travis-ci.org/lgaticaq/node-nmea )
6+ [ ![ Coverage Status] ( https://img.shields.io/coveralls/lgaticaq/node-nmea/master.svg?style=flat-square )] ( https://coveralls.io/github/lgaticaq/node-nmea?branch=master )
7+ [ ![ Code Climate] ( https://img.shields.io/codeclimate/github/lgaticaq/node-nmea.svg?style=flat-square )] ( https://codeclimate.com/github/lgaticaq/node-nmea )
68[ ![ dependency Status] ( https://img.shields.io/david/lgaticaq/node-nmea.svg?style=flat-square )] ( https://david-dm.org/lgaticaq/node-nmea#info=dependencies )
79[ ![ devDependency Status] ( https://img.shields.io/david/dev/lgaticaq/node-nmea.svg?style=flat-square )] ( https://david-dm.org/lgaticaq/node-nmea#info=devDependencies )
8- [ ![ Join the chat at https://gitter.im/lgaticaq/node-nmea ] ( https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg?style=flat-square )] ( https://gitter.im/lgaticaq/node-nmea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
910
10- Parser for NMEA sentences.
11+ > Parser for NMEA sentences.
1112
1213Available sentences:
1314* GPRMC - recommended minimum data for gps
@@ -73,3 +74,7 @@ data.track // '84.62'
7374data .magneticVariation // '173.1,W'
7475data .mode // 'Autonomous'
7576```
77+
78+ ## License
79+
80+ [ MIT] ( https://tldrlegal.com/license/mit-license )
Original file line number Diff line number Diff line change 55 "main" : " src" ,
66 "scripts" : {
77 "pretest" : " eslint ." ,
8- "test" : " istanbul cover _mocha"
8+ "test" : " istanbul cover _mocha" ,
9+ "coveralls" : " coveralls < coverage/lcov.info" ,
10+ "codeclimate" : " codeclimate-test-reporter < coverage/lcov.info"
911 },
1012 "engines" : {
1113 "node" : " >=4"
3335 },
3436 "devDependencies" : {
3537 "chai" : " ^3.5.0" ,
38+ "codeclimate-test-reporter" : " ^0.3.3" ,
39+ "coveralls" : " ^2.11.9" ,
3640 "eslint" : " ^2.13.1" ,
3741 "istanbul" : " ^0.4.4" ,
3842 "mocha" : " ^2.5.3"
You can’t perform that action at this time.
0 commit comments