https://github.com/moebiusmania/browsers-version-api
Service that returns you the latest current version of the main browsers.
https://github.com/moebiusmania/browsers-version-api
api browser caniuse endpoint hapi hapijs javascript latest nodejs service version
Last synced: 3 months ago
JSON representation
Service that returns you the latest current version of the main browsers.
- Host: GitHub
- URL: https://github.com/moebiusmania/browsers-version-api
- Owner: moebiusmania
- License: apache-2.0
- Created: 2017-09-07T16:07:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-09T20:53:32.000Z (over 7 years ago)
- Last Synced: 2025-01-31T08:35:35.210Z (4 months ago)
- Topics: api, browser, caniuse, endpoint, hapi, hapijs, javascript, latest, nodejs, service, version
- Language: JavaScript
- Homepage: https://browsers-version.now.sh/
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# (latest) Browsers version API
[](https://travis-ci.org/moebiusmania/browsers-version-api)

A simple web service that consumes the ```caniuse-api``` to retrieve and print the latest release version of the major browsers (*IE, Edge, Chrome, Safari, Opera*).
### Requires
* Node.js 8.1.x### Install
* clone this repo
* on terminal ```$ yarn``` to install dependencies### Available tasks
```
$ yarn start
```
Starts the service at localhost:8080.```
$ yarn test
```
Execute tests locally.### Libraries
* caniuse-api
* hapi.js### License
Released under the [Apache 2.0](LICENSE) license.