Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadxz/yap_website
Yet another personal website for fiddling
https://github.com/chadxz/yap_website
Last synced: 19 days ago
JSON representation
Yet another personal website for fiddling
- Host: GitHub
- URL: https://github.com/chadxz/yap_website
- Owner: chadxz
- License: mit
- Created: 2019-08-23T02:57:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:05:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T10:35:32.713Z (about 1 month ago)
- Language: Python
- Size: 230 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yap_website
[![Build Status][Build Status Image]][Build Status Link]
[![Codecov][Codecov Image]][Codecov Link][Build Status Image]: https://travis-ci.org/chadxz/yap_website.svg?branch=master
[Build Status Link]: https://travis-ci.org/chadxz/yap_website
[Codecov Image]: https://codecov.io/gh/chadxz/yap_website/branch/master/graph/badge.svg
[Codecov Link]: https://codecov.io/gh/chadxz/yap_websiteYet another personal website for me to fiddle with different things.
This is a revision of my typical personal website project that displays
data about me from around the web. With this version I combined the frontend
and backend into a single application instead of hosting them separately.### getting started
The following instructions are for a Mac.
Requires [python 3](https://docs.python-guide.org/starting/install3/osx/):
`brew install python`Then,
```shell
$ cp config/.secrets.toml.example config/.secrets.toml
```
... and populate the secrets. You'll need a pinboard account, a last.fm api
account, and a pocket account.Then,
```shell
$ make dev
```... which will start the dev server in watch mode. The url will be printed in
the console.### prior art
See [my-api](https://github.com/chadxz/my-api) and
[personal-site-angular](https://github.com/chadxz/personal-site-angular).