c4lliope / scrape_app_store.block

A block of code that can be run on https://aae8a2d1.ngrok.io

Home Page:https://aae8a2d1.ngrok.io/blocks/graysonwright/scrape_app_store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graysonwright/scrape_app_store

A block that can be run on http://assembleapp.co.

This block was created by the Assemble block creator. Modify this block to fit your own needs.

Customization

Assemble uses GitHub to store and manage blocks. To make a change to this block, clone the git repo with:

git clone git@github.com:graysonwright/scrape_app_store
cd scrape_app_store

Make changes, and test them with:

assemble test

When you're happy with your changes, save them by pushing to GitHub.

git push

Assemble will pick up on your changes, and re-build your block.

Common Tasks

Need a new gem?

Make sure you have Docker installed.

Add your gem to the Gemfile, and run:

docker run --rm -v $(pwd):/app --workdir /app bundle install

This command updates the Gemfile.lock file to reflect the new gem you've added.

About

A block of code that can be run on https://aae8a2d1.ngrok.io

https://aae8a2d1.ngrok.io/blocks/graysonwright/scrape_app_store


Languages

Language:JavaScript 100.0%