From a179222f8be82713578875e08ea9c726168f78be Mon Sep 17 00:00:00 2001 From: F0o0De Date: Sun, 25 Jul 2021 14:23:03 +0000 Subject: [PATCH 1/2] Fully automate dev setup with Gitpod This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click. --- .gitpod.yml | 5 +++++ README.md | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..35123b6 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: gitpod/workspace-full + +tasks: + - init: npm install -g npm + command: npm start diff --git a/README.md b/README.md index 35211b5..34e6057 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Coinigy/api) + +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Coinigy/api) + # Coinigy API This repository contains example API clients that demonstrate connecting to the Coinigy API. From 90fcc61c228436bdb99b3471c4d8acc096493237 Mon Sep 17 00:00:00 2001 From: F0o0De Date: Sun, 25 Jul 2021 14:42:22 +0000 Subject: [PATCH 2/2] Fully automate dev setup with Gitpod This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click. --- .gitpod.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 35123b6..ffda01b 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ image: gitpod/workspace-full tasks: - - init: npm install -g npm + - init: npm install command: npm start diff --git a/README.md b/README.md index 34e6057..c0e0b75 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Coinigy/api) +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/Coinigy/api) + # Coinigy API This repository contains example API clients that demonstrate connecting to the Coinigy API.