Skip to content

Commit

Permalink
Current status
Browse files Browse the repository at this point in the history
  • Loading branch information
afoeder committed Jun 12, 2024
1 parent 008293a commit cb9bbce
Show file tree
Hide file tree
Showing 9 changed files with 140,748 additions and 4,176 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# Writerside's build artifact:
/*-all.zip

# Node:
.env
node_modules/
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ Start with the [index](index.md).
At some point I've decided to give "Writerside" a try. All information is located in the folder `./Writerside`. The building happens by the `.github/workflows/build-docs.yml` file; it's basically what is described on the Docs for GH pages: https://www.jetbrains.com/help/writerside/deploy-docs-to-github-pages.html

The CNAME in the content root is for GitHub Pages.

### AMEX
5 changes: 5 additions & 0 deletions amex-dining-credit/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
amex-merchants.json

# Node:
.env
node_modules/
9 changes: 9 additions & 0 deletions amex-dining-credit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# AMEX dining credit map

This is a tiny helper to display the participating restaurants of the AMEX dining credit on a map.

`cache-merchants.js` will call the AMEX API and save its immediate result in `amex-merchants.json`, clustered by the
country code. `amex-merchants.json` is deliberately not in version control.

`augment-locations.js` will walk through places.json, query the Google Places API for places that are not there,
and augment it.
Loading

0 comments on commit cb9bbce

Please sign in to comment.