https://github.com/abranhe/cristiano-ronaldo
Get Cristiano Ronaldo' Stats
https://github.com/abranhe/cristiano-ronaldo
cr7 cristiano-ronaldo football football-data soccer
Last synced: 4 months ago
JSON representation
Get Cristiano Ronaldo' Stats
- Host: GitHub
- URL: https://github.com/abranhe/cristiano-ronaldo
- Owner: abranhe
- License: mit
- Created: 2020-01-14T23:24:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T00:09:21.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T10:09:15.067Z (9 months ago)
- Topics: cr7, cristiano-ronaldo, football, football-data, soccer
- Language: JavaScript
- Homepage: https://p.abranhe.com/cristiano-ronaldo
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license
Awesome Lists containing this project
README
# cristiano-ronaldo [](https://github.com/abranhe/cristiano-ronaldo) [](https://travis-ci.com/abranhe/cristiano-ronaldo) [](https://github.com/abranhe/cristiano-ronaldo/blob/master/license) [](https://npmjs.org/cristiano-ronaldo)
> Stats about Cristiano Ronaldo
Cristiano Ronaldo is one of the best players in football (soccer) history. This package give you live stats about Ronaldo fetching the data from [messivsronaldo.net](https://messivsronaldo.net/).
Any changes on the website will affect whether this package works or not, so if you find any issues while using this package please open an issue imidialty.
## Install
```
$ npm install cristiano-ronaldo
```
Other options?
###### npm
```
$ npm install cristiano-ronaldo
```
###### yarn
```
$ yarn add cristiano-ronaldo
```
###### Github Registry
```
$ npm install abranhe@cristiano-ronaldo
```
## Usage
```js
import cristianoRonaldo from 'cristiano-ronaldo';
(async () => {
const cr7 = await cristianoRonaldo();
// {
// goals: 716,
// assists: 220,
// apps: 991,
// penaltis: 118,
// penaltisMissed: 23,
// hatTricks: 56,
// goalRatio: 0.72
// }
})();
```
## API
### cristianoRonaldo()
Type: `string`
Returns live stats about Cristiano Ronaldo.
## License
MIT © [Abraham Hernandez](https://abranhe.com)