https://github.com/randytarampi/me
What I hack together when I go out for `coffee`
https://github.com/randytarampi/me
blog cover-letter cover-letter-templates cover-letters flickr geohash hashtag i18n instagram letters me photos resume resume-template resumejson s3 tumblr unsplash vanity words
Last synced: about 1 year ago
JSON representation
What I hack together when I go out for `coffee`
- Host: GitHub
- URL: https://github.com/randytarampi/me
- Owner: randytarampi
- License: mit
- Created: 2018-07-17T00:13:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T06:44:39.000Z (over 1 year ago)
- Last Synced: 2024-12-26T01:35:33.340Z (over 1 year ago)
- Topics: blog, cover-letter, cover-letter-templates, cover-letters, flickr, geohash, hashtag, i18n, instagram, letters, me, photos, resume, resume-template, resumejson, s3, tumblr, unsplash, vanity, words
- Language: JavaScript
- Homepage: https://www.randytarampi.ca/blog
- Size: 332 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 143
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
```
_____
_______ ________ ____/|_
__ __ `__ \ _ \ _| /
_ / / / / / __/_/_ __|
/_/ /_/ /_/\___/_(_)/
```
[](https://www.randytarampi.ca)
[](https://uptime.randytarampi.ca)
[](https://travis-ci.com/randytarampi/me)
[](https://coveralls.io/github/randytarampi/me?branch=master)
[](https://codeclimate.com/github/randytarampi/me/maintainability)
[](https://lernajs.io/)


[](https://github.com/igrigorik/ga-beacon)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Frandytarampi%2Fme?ref=badge_shield)
A monorepo for everything that goes into [www.randytarampi.ca](https://www.randytarampi.ca).
- [job-application](packages/job-application) (which ties together my [resume](packages/resume) and a personalized [cover letter](packages/letter))
- [jsonresume-theme-randytarampi](packages/jsonresume-theme) (A [JSON resume theme](http://themes.jsonresume.org/theme/randytarampi), built for me but shared for all)
- [service](packages/service)
- [www](packages/www)
# Dependencies
```
brew install nvm
nvm install 12
npm install -g yarn
```
# Installation
```
yarn install
```
# Configuration, Usage, Deployment, etc.
You'll want to read each package's README.
# Testing
```
yarn test
```
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Frandytarampi%2Fme?ref=badge_large)