Giter VIP home page Giter VIP logo

combell-api's Introduction

combell-api

Build Status Maintainability Test Coverage

Combell API client for node.js. Combell.be is a Belgian hosting provider used by a client of mine. When I noticed the API ( documented here ) while working in the control panel I finally found an interesting, personal, learning project.

I hope my effort proofs to be useful for other node.js projects or as a learning resource.
-- Bram Plessers

Example Usage

  • git clone this repo on your machine
  • cd into the project folder ( probably named combell-api )
  • yarn to install all dependencies ( how to install )
  • build the project by running gulp scripts ( which avoids eslint )
  • copy .env.example to .env and edit it's contents ( get your api key here )
  • run the main entry point with yarn run combell
$ yarn run combell

  [ { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' },
    { id: 012345, identifier: 'some.domain.tld' } ]
  ✨  Done in 0.66s.

For an example integration for your project check examples/node/index.js.

Notice

The library allows calling the index and show actions of Account, Domain and Hosting. You can pass URL variables and / or query parameters, but the library's entry point ( combell.js ) acts as a wrapper to make things easier to use.

Additional endpoints are in the making.

combell-api's People

Contributors

webdevotion avatar

Stargazers

 avatar  avatar

Watchers

 avatar

combell-api's Issues

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.