Use Google Sheets as a "database" for simple or small size applications
References
Thanks to https://www.alec.fyi/set-up-google-sheets-apis-and-treat-sheets-like-a-database.html
If you don't have these, run
brew install docker docker-compose
This readme applies to v5.0.0-beta.5. Version 4.4.0 (stable at the time of release) is broken.
Create a secrets file:
touch ~/.secret
Create a secrets file:
touch ~/.secret
Make sure it looks like this:
#!/bin/bash
[ | |
{ | |
"imageUrl": "http://placekitten.com/2000/200", | |
"title": "Article 2", | |
"date": "20/02/2018", | |
"body": "Bacon ipsum dolor amet shankle drumstick tenderloin, leberkas tri-tip corned beef jowl. Short ribs cupim biltong, kielbasa filet mignon brisket sirloin prosciutto pork belly shank pig." | |
}, | |
{ | |
"title": "Article 1", | |
"date": "19/02/2018", |
# Install python 3.x
brew ugrade python
# Install TF - see https://github.com/tensorflow/tensorflow/issues/17369
pip3 install grpcio==1.9.1 tensorflow
With these instructions, you can test a fully local and private ÐApp. Obviously it's not distributed into the cloud here, so it's more like a .. PApp? But we do simulate the full stack locally, so you can push changes to your hearts content!
brew install node
)brew install ipfs
)npm i -g embark
)npm i -g ethereumjs-testrpc
)# NO sudo
npm i -g svgo
# Go to a directory with svg's (also searches subdirectories)
find . -name '*.svg' -exec svgo -i {} \
.DS_Store |
.gitignore
in your home dir as well, to prevent checking in all your things :)After doing that, run the following commands in ~/
.
cd ~
git init
git remote add origin