Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeld/api.afeld.me
nerdiest homepage ever
https://github.com/afeld/api.afeld.me
Last synced: 1 day ago
JSON representation
nerdiest homepage ever
- Host: GitHub
- URL: https://github.com/afeld/api.afeld.me
- Owner: afeld
- License: mit
- Created: 2013-03-04T07:32:49.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:38:05.000Z (11 days ago)
- Last Synced: 2024-10-31T16:56:51.280Z (8 days ago)
- Language: Ruby
- Homepage: https://api.afeld.me
- Size: 1.83 MB
- Stars: 53
- Watchers: 3
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - afeld/api.afeld.me - nerdiest homepage ever (others)
README
# Aidan Feldman API
## To run locally
1. Download and start Docker.
1. Start the server.```bash
docker compose up --build
```1. Open http://localhost:4567.
## Checking broken links
```sh
gem install html-proofer
bundle exec middleman build
htmlproofer ./build
```## Checking tenses
1. Install Python 3
1. [Install spacy](https://spacy.io/usage)
1. Run```sh
python tense.py
```## Customizing for specific roles
1. Create a new branch locally from [the `compact` branch](https://github.com/afeld/api.afeld.me/compare/main...compact)
1. Get the latest updates:```sh
git fetch
git rebase origin/main
```1. Add `"skip": true` to roles that should be hidden
1. Open Chrome to preview
1. Print to PDF## See also
https://github.com/danfang/me-api