Giter Club home page Giter Club logo

pbase-api's Introduction

๐Ÿ“ท PBase - API

pabase.com have a great database of digital/film cameras and lenses. This just transform it static content into a simple json API

Install

It request NodeJS 7.7+.

$ yarn install
or
$ npm install

and just node index.js to run the server

Routes

###/brands

Return an array of ordered brands

[
  "acro_scientific",
  "adox",
  "agat",
  "agfa",
  "aiptek",
  "alpa",
  "amazon",
  "american",
  "..."
]

###/:brand/:type

f.ex. /nikon/lenses

Return an array of brand related item type (film_cameras, digital_cameras, lenses, film, digital_back or video_cameras).

[
  {
    "thumb": "http://m3.i.pbase.com/g9/87/331787/5/163450323.lWlw0cKH.jpg",
    "name": "Nikon AF-S NIKKOR 600mm f/4E FL ED VR ",
    "year": 2016,
    "pictures": 275,
    "focal": "600",
    "aperture": "4"
  },
  {
    "thumb": "http://m4.i.pbase.com/g9/87/331787/5/161829354.85gMZvMA.jpg",
    "name": "AF-S NIKKOR 200-500mm f/5.6E ED VR",
    "year": 2015,
    "pictures": 1819,
    "focal": "200-500",
    "aperture": "5.6"
  }
]

pbase-api's People

Contributors

yago 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.