GithubHelp home page GithubHelp logo

bacnet-enums's Introduction

bacnet-enums       Dependency Status devDependency Status

BACnet Enumerations for js

Decided to put together this module after copying and pasting the same enumerations across multiple node projects. Feel free to contribute. While this is not complete yet, there will always be room for both vendor specific enumerations, as well as improvements // suggestions. --enjoy

Currently implemented:

Getting Started

Install the module with NPM: npm install bacnet-enums --save

Install the module with YARN: yarn add bacnet-enums

Examples

// Import as a commonJS module 
const bacnetEnums = require('bacnet-enums');

// ES6 imports
// import everything
import * as bacnetEnums from 'bacnet-enums';

// import specific enums
import { ObjectType } from 'bacnet-enums';

const type = ObjectType[8];
console.log(type); // device

const device = ObjectType['device'];
console.log(device); // 8

Documentation

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style.

Release History

(Nothing yet)

License

Copyright (c) 2016 Ryan Luton. Licensed under the MIT license.

bacnet-enums's People

Contributors

akylesdivcon avatar ryanluton avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

akylesdivcon

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.