Metadata-Version: 1.1
Name: iotdasboard
Version: 1.0.0
Summary: Fast Django server for IOT Devices
Home-page: https://github.com/electrocoder/iotdashboard
Author: electrocoder
Author-email: http://twitter.com/electrocoder
License: MIT
Description: # iot-dashboard
        # IoT: Platform for Internet of Things
        [![Gitter](https://badges.gitter.im/electrocoder/iot-dashboard.svg)](https://gitter.im/electrocoder/iot-dashboard?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
        [![License](https://img.shields.io/badge/licence-Apache%202.0-brightgreen.svg?style=flat)](LICENSE)
        [![Build Status](https://travis-ci.org/Samsung/iotjs.svg?branch=master)](https://iothook.com/tr/)
        
        You can find project details on our [project page](https://iothook.com/) and [wiki](https://iothook.com/).
        
        <p align="center">
        <img 
            src="iotdashboard.png" 
            border="0" alt="IOT HOOK">
            </p>
        <br>
        
        
        <p align="center">Fast Django server for IOT Devices</a></p>
        
        Features
        --------
        - Create a Django compatible server for iot devices
        - Create a Device for iot devices
        - Create a Channel for iot devices
        - Create a Element for iot devices
        - Simple interface. 
        - Support for channel api key
        
        Requirements
        ------------
        - Django
        
        How to get Django
        ----------
        
        [Django](https://www.djangoproject.com/download/)
        
        Installing
        ----------
        
        ```
        git clone https://github.com/electrocoder/iotdashboard.git
        ```
        
        Run
        ---
        
        ```
        ./manage.py runserver
        or
        ./manage.py runserver 0.0.0.0:8000
        ```
        
        Test on HEROKU
        --------------
        
        ```
        https://iotdashboard.herokuapp.com/
        ```
        
        Contact
        -------
        Şahin MERSİN [@electrocoder](http://twitter.com/electrocoder)
        
        License
        -------
        Iotdashboard source code is available under the MIT [License](/LICENSE).
        
        
Keywords: iot,iotdasboard,dasboard,server,django,iot development,
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
