Merge pull request #13 from 0x6f736f646f/0x6f736f646f/gitpod-setup

Fully automate dev setup with Gitpod
This commit is contained in:
b1ackd0t
2020-06-30 17:31:13 +03:00
committed by GitHub
3 changed files with 14 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM gitpod/workspace-full
# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/
+5
View File
@@ -0,0 +1,5 @@
image:
file: .gitpod.Dockerfile
tasks:
- init: pip install -r ./requirements.txt
+2
View File
@@ -1,6 +1,8 @@
# automating-home-lights
A demonstration of using nodemcu connected to a solid state relay to switch on and off lights using google assistant
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/0x6f736f646f/automating-home-lights)
![Python package](https://github.com/0x6f736f646f/automating-home-lights/workflows/Python%20package/badge.svg?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/354b85bbab1b5c60ee52/maintainability)](https://codeclimate.com/github/0x6f736f646f/backend-blog-application/maintainability)
[![CodeFactor](https://www.codefactor.io/repository/github/0x6f736f646f/automating-home-lights/badge)](https://www.codefactor.io/repository/github/0x6f736f646f/automating-home-lights)