All Projects → jloh → Geojs

jloh / Geojs

Licence: mit
Geo-location lookup API

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Geojs

Shiny geoip
IP to location API service
Stars: ✭ 172 (+282.22%)
Mutual labels:  api, geolocation
Ipdata
🌐 An IP lookup system utilizing open datasets
Stars: ✭ 58 (+28.89%)
Mutual labels:  api, geolocation
Fastd
🚀 A high performance PHP API framework.
Stars: ✭ 423 (+840%)
Mutual labels:  api, high-performance
Osint San
Framework для сбора данных из открытых источников. В Framework используется большое количество API, их необходимо зарегистрировать самому.​
Stars: ✭ 99 (+120%)
Mutual labels:  api, geolocation
Proteus
Lean, mean, and incredibly fast JVM framework for web and microservice development.
Stars: ✭ 178 (+295.56%)
Mutual labels:  api, high-performance
Clevergo
👅 CleverGo is a lightweight, feature rich and high performance HTTP router for Go.
Stars: ✭ 246 (+446.67%)
Mutual labels:  api, high-performance
Zato
ESB, SOA, REST, APIs and Cloud Integrations in Python
Stars: ✭ 889 (+1875.56%)
Mutual labels:  api, high-performance
Contentjet Ui
Headless API-first content management system
Stars: ✭ 42 (-6.67%)
Mutual labels:  api
Bear.resource
A hypermedia framework for object as a service
Stars: ✭ 43 (-4.44%)
Mutual labels:  api
Uvloop
Ultra fast asyncio event loop.
Stars: ✭ 8,246 (+18224.44%)
Mutual labels:  high-performance
Pantry
🥑 Free data storage as a service that allows devs to store JSON for multiple apps & users. A good resource when building personal projects, apps for hackathons, and prototypes alike.
Stars: ✭ 42 (-6.67%)
Mutual labels:  api
Psraw
PowerShell Reddit API Wrapper
Stars: ✭ 42 (-6.67%)
Mutual labels:  api
Python Api Development Fundamentals
Develop a full-stack web application with Python and Flask
Stars: ✭ 44 (-2.22%)
Mutual labels:  api
Taizhou Fe Api
💥💥 仿今日头条后端 API 服务 Golang ,后台管理, APP 服务, Vue、 ReactJS、台湾头条
Stars: ✭ 42 (-6.67%)
Mutual labels:  api
Cl Rest Server
Serve REST APIs from Common Lisp
Stars: ✭ 44 (-2.22%)
Mutual labels:  api
Apiset
API Set resolver for Windows
Stars: ✭ 42 (-6.67%)
Mutual labels:  api
Omdb Graphql Wrapper
🚀 GraphQL wrapper for the OMDb API
Stars: ✭ 45 (+0%)
Mutual labels:  api
Activity
A PHP API to log anything anywhere
Stars: ✭ 44 (-2.22%)
Mutual labels:  api
Nineapi
Unofficial python client library for *official* 9GAG API. (alpha)
Stars: ✭ 43 (-4.44%)
Mutual labels:  api
Public Instagram
Tool to fetch Instagram's public content.
Stars: ✭ 43 (-4.44%)
Mutual labels:  api

README

A highly available backendless geo-location lookup API

Coverage Status

Introduction

GeoJS is a geo-location lookup API supporting plain text, JSON and JSONP endpoints. It also has ChatOps integration and a PTR endpoint. With full CORS support GeoJS can be integrated into any frontend or backend app easily.

Repos

The GeoJS website is available over at jloh/geojs-io and webapp at jloh/geojs-app.

Installation / Getting started

Want your IP? Easy.

$ curl -s https://get.geojs.io/v1/ip
8.8.8.8

Need a PTR? Surething!

$ curl -s https://get.geojs.io/v1/dns/ptr
google-public-dns-a.google.com

I want to know what country a specific IP belongs to! I gotchu.

$ curl -s https://get.geojs.io/v1/ip/country/8.8.4.4
US

Checkout the GeoJS web app for a real world example.

GeoJS has a free unlimited production instance running at get.geojs.io.

Sponsors

GeoJS is powered by the DigitalOcean cloud and wouldn't be possible without them. Use our referral link to get $10 free credit upon signup. We'd also like to thank DNS Spy who continually monitor our DNS infrastructure to ensure that users can reach GeoJS. Finally we want to thank Cloudflare who power our frontend traffic and enable us to cache our heavily dynamic API.

Licence

MIT License

Copyright (c) 2017-2021 James Loh

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].