Skip to content

Commit

Permalink
Update package information
Browse files Browse the repository at this point in the history
  • Loading branch information
xRuiAlves committed Aug 2, 2020
1 parent e43837c commit a33235a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![npm version](https://img.shields.io/npm/v/fide-ratings-scraper.svg?style=flat-square)](https://www.npmjs.com/package/fide-ratings-scraper)
[![Build Status](https://circleci.com/gh/xRuiAlves/fide-ratings-scraper.svg?style=shield)](https://circleci.com/gh/xRuiAlves/fide-ratings-scraper)
[![Coverage Status](https://coveralls.io/repos/github/xRuiAlves/fide-ratings-scraper/badge.svg?branch=master)](https://coveralls.io/github/xRuiAlves/fide-ratings-scraper?branch=master)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FxRuiAlves%fide-ratings-scraper%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/xRuiAlves/fide-ratings-scraper/master)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FxRuiAlves%2Ffide-ratings-scraper%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/xRuiAlves/fide-ratings-scraper/master)

[FIDE](http://ratings.fide.com/) is the International Chess Federation. They have a ratings sub-domain where players can check their international ELO rating (in different categories), their perfomance history, *et cetera*.

Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "fidescrapper",
"version": "1.0.0",
"description": "",
"description": "FIDE player ratings scraper",
"repository": "github:xRuiAlves/fide-ratings-scraper",
"main": "src/api.js",
"engines": {
"node": "10.16.3"
},
"scripts": {
"start": "nodemon src/api.js",
"prod": "node src/api.js",
Expand All @@ -15,8 +13,8 @@
"test:mutation:publish": "stryker run --reporters dashboard",
"lint": "eslint test/**/*.js src/**/*.js"
},
"author": "",
"license": "ISC",
"author": "Rui Alves",
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
Expand Down

0 comments on commit a33235a

Please sign in to comment.