https://github.com/mtimkovich/maxtimkovich.com
The source code for my website
https://github.com/mtimkovich/maxtimkovich.com
flask website
Last synced: over 1 year ago
JSON representation
The source code for my website
- Host: GitHub
- URL: https://github.com/mtimkovich/maxtimkovich.com
- Owner: mtimkovich
- License: bsd-2-clause
- Created: 2017-07-11T19:12:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T22:45:44.000Z (over 5 years ago)
- Last Synced: 2025-04-01T13:48:54.459Z (over 1 year ago)
- Topics: flask, website
- Language: HTML
- Homepage: http://maxtimkovich.com
- Size: 528 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Website
The source code of my website, the aptly named [maxtimkovich.com](http://maxtimkovich.com).
## Projects
- [HearthSounds][1] - Get sound files of Hearthstone cards
- [Top Tracks][2] - Show the most popular tracks for SoundCloud artists
- [Saved Posts][3] - Organize your saved reddit posts
## Usage
```bash
git submodule update --init --recursive
./make_requirements.txt.sh
python3 -m virtualenv venv
pip install -r requirements.txt
```
Run `run.sh` to start the Flask server. Will need to create a `flask_conf.sh`
in the parent directory for any configuration options.
## Author
Max Timkovich
## Licence
See the LICENSE file for more info.
[1]: https://github.com/mtimkovich/hearthsounds
[2]: https://github.com/mtimkovich/top_tracks
[3]: https://github.com/mtimkovich/saved_posts