Thanks to https://www.alec.fyi/set-up-google-sheets-apis-and-treat-sheets-like-a-database.html
Create a secrets file:
touch ~/.secret
Make sure it looks like this:
#!/bin/bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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", |
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!
- Node.js (
brew install node
) - IPFS (
brew install ipfs
) - Embark (
npm i -g embark
) - TestRPC (
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 {} \
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.DS_Store |
NewerOlder