An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# (latest) Browsers version API

[![Travis](https://img.shields.io/travis/moebiusmania/browsers-version-api.svg?style=flat-square)](https://travis-ci.org/moebiusmania/browsers-version-api)
![](https://img.shields.io/badge/language-javascript-yellow.svg?style=flat-square)
![](https://img.shields.io/badge/nodejs-6+-green.svg?style=flat-square)

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.