An open API service indexing awesome lists of open source software.

https://github.com/andyatkinson/presentations


https://github.com/andyatkinson/presentations

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Presentations

## PASS Data Community Summit
- [pass2024/README.md](pass2024/README.md)

## Tools
To install on macOS:
```sh
brew install shellcheck
```

Run shellcheck:
```sh
shellcheck create_db.sh
```

Fix issues!