Giter Site home page Giter Site logo

exploring-apis's Introduction

Exploring APIs !

Let's explore the world of APIs and choose your own adventure.

Existing APIs and components serve as examples for you. Feel free to remove or replace them with your APIs of interest.

Setup

Cloning and installation

  • Clone this repo, navigate to it, install packages, and start the server with npm run dev

    Tip
    cd exploring-APIs
    npm i
    npm run dev

Choosing an API

  • Choose an API to work with

    Tips
    • If you choose an API that enforces CORS, you'll need to consume that API from your server-side, and consume your own API from the client-side (i.e. using your server as a proxy).
    • If you choose an API that requires a key or other authentication token, you will need to create a .env (to keep your key hidden from git).

API Suggestions

If you're not sure where to start, you can use one of the APIs listed below.

Simple APIs (no API key required or CORS restrictions)

APIs with CORS restrictions (serverside proxy required)

API key required (.env file)

API Collections
  • https://api.nasa.gov: a library of APIs from NASA (picture of the day, natural event tracker, etc.)
  • https://github.com/public-apis/public-apis: a LOT of APIs (inaccurate in places, use this to help start your search but you'll have to investigate the APIs themselves, and please note that a few of them may have triggering or NSFW content, so please proceed with care)

exploring-apis's People

Contributors

zinhoang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.