Coder Social home page Coder Social logo

apiculate's Introduction

apiculate

Document, search, and live-query your APIs.

apic u late : ending abruptly in a small distinct point

Apiculate is an HTML5 API documentation viewer that allows you to write up your endpoints in JSON, search them, group them, and send requests to your server.

Project Setup

  • Apiculate is an AngularJS app that takes JSON and renders it into a nice searchable view.
  • A demo of apiculate out-of-the box is here coming soon!
  • A demo of apiculate with the Gist API is here coming soon!

Endpoint Format

For the complete documentation see the ghpage

apiculate = {
  endpoints: [
    {
      method: "GET",
      url: "/index.html",
      params: [
        {
          key: "cachebuster",
          type: "Number",
          example: 5
        }
      ]
    }
  ]
}

Testing

Jasmine testing is planned

Deploying

Apiculate is a set of static files. Just host them on any server (like Mongoose), add your own JSON via script or by specifying a server endpoint (coming soon!) and apiculate will render the view.

Contributing changes

Please open github issues

Dependencies

Creating a release requires several Grunt plugins:

  • grunt-contrib-copy
  • grunt-contrib-concat
  • grunt-contrib-cssmin
  • grunt-contrib-uglify
  • grunt-contrib-compress
  • grunt-html-smoosher
  • grunt-useminPrepare
  • grunt-usemin

After installing grunt and these plugins, run "grunt release" to minify, inline, and zip the source files.

License

MIT

apiculate's People

Contributors

acreeser avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.