Skip to content

Commit

Permalink
npm dependency updated
Browse files Browse the repository at this point in the history
  • Loading branch information
deep5050 committed Apr 24, 2020
1 parent 0fd1c6b commit b8c67d8
Show file tree
Hide file tree
Showing 5 changed files with 1,384 additions and 1,547 deletions.
10 changes: 10 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM gitpod/workspace-full

USER gitpod

# Install custom tools, runtime, etc. using apt-get
# For example, the command below would install "bastet" - a command line tetris clone:
#
# RUN sudo apt-get -q update && # sudo apt-get install -yq bastet && # sudo rm -rf /var/lib/apt/lists/*
#
# More information: https://www.gitpod.io/docs/config-docker/
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tasks:
- init: echo "Replace me with a build script for the project."
command: echo "Replace me with something that should run on every start, or just
remove me entirely."
image:
file: .gitpod.Dockerfile
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

# minimal-weather
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/deep5050/minimal-weather)

[![CodeFactor](https://www.codefactor.io/repository/github/deep5050/minimal-weather/badge)](https://www.codefactor.io/repository/github/deep5050/minimal-weather)
### A minimalistic but smart weather app made with electron API

Expand Down
Loading

0 comments on commit b8c67d8

Please sign in to comment.