Socket
Book a DemoInstallSign in
Socket

goeuro-api

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goeuro-api

A Node.js wrapper for the GoEuro API

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

GoEuro API

GoEuro API for Node.js.

Installation

npm install goeuro-api --save

How to use

import GoEuroAPI from 'goeuro-api';
const GoEuroClient = new GoEuroAPI();

GoEuroClient.search(params)
  .then((response) => {
    console.log(response.queryId);
    console.log(response.parts);
  })
  .catch((error) => console.log(error));

Keywords

goeuro

FAQs

Package last updated on 09 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts