Skip to content

afeld/api.afeld.me

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Aidan Feldman API

To run locally

  1. Download and start Docker.

  2. Start the server.

    docker compose up --build
  3. Open http://localhost:4567.

Checking broken links

gem install html-proofer
bundle exec middleman build
htmlproofer ./build

Checking tenses

  1. Install Python 3

  2. Install spacy

  3. Run

    python tense.py

Customizing for specific roles

  1. Create a new branch locally from the compact branch

  2. Get the latest updates:

    git fetch
    git rebase origin/main
  3. Add "skip": true to roles that should be hidden

  4. Open Chrome to preview

  5. Print to PDF

See also

https://github.com/danfang/me-api