Planning applications tracker for InLinkUK from BT kiosks. https://kiosks.adrianshort.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
381 B

  1. [build]
  2. base = "."
  3. publish = "_site"
  4. command = "bundle exec bin/download && bundle exec bin/build"
  5. [template]
  6. incoming-hooks = ["Morph scrape completed"]
  7. [template.environment]
  8. # eg https://api.morph.io/adrianshort/inlink-scraper/data.json
  9. MORPH_API_URL = "Your public inlink-scraper Morph API URL (ends in data.json)"
  10. MORPH_API_KEY = "Your secret Morph API key"