New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

locationiq

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

locationiq

LocationIQ API

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
540
decreased by-55.99%
Maintainers
1
Weekly downloads
 
Created
Source

LocationIQ

CircleCI Coverage Status

npm package for https://locationiq.com

Usage

$ npm i -S locationiq
// Javascript
const { LocatioIq } = require('locationiq');

// Typescript / ES6 Module
import { LocationIq } from 'locationiq';

TL;DR;

const locationiq = new require('locationiq')({
    token: 'token'
});

// Query based search
locationiq.search('Street Av. Prof Aristóteles de Menezes, Santos, São Paulo, Brasil');

Search / Forward Geocoding

locationiq.search('Av Aristoteles de Menezes, 40');
locationiq.search({
    street: 'Av Aristoteles de Menezes',
    city: 'Santos',
    state: 'São Paulo',
    country: 'Brazil',
});
locationiq.search({
    postalCode: '05415-001',
    country: 'BR',
});

Keywords

FAQs

Package last updated on 16 Apr 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc