Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vinicius73/gravatar-url-generator

A fun and friendly generator of Gravatar urls.
https://github.com/vinicius73/gravatar-url-generator

generator gravatar pwa url vuejs

Last synced: 2 months ago
JSON representation

A fun and friendly generator of Gravatar urls.

Awesome Lists containing this project

README

        

# Avatar URL Generator

[![Greenkeeper badge](https://badges.greenkeeper.io/vinicius73/gravatar-url-generator.svg)](https://greenkeeper.io/)

A fun and friendly generator of Avatar urls.

- [Gravatar](https://gravatar.com/)
- [RoboHash](https://robohash.org/)
- [DiceBear](https://avatars.dicebear.com/)
- [Adorable](http://avatars.adorable.io/)

![demo](demo-cover.png)

https://vinicius73.github.io/gravatar-url-generator/

## Resources used

- [Vue.js (PWA)](https://vuejs.org)
- [Vue.js Router](https://router.vuejs.org)
- [vue-page-title](https://github.com/vinicius73/vue-page-title)
- [Tailwind CSS](https://tailwindcss.com)
- [Font Awesome](https://fontawesome.com)
- [blueimp-md5](https://www.npmjs.com/package/blueimp-md5)
- [Ubuntu Font](https://fonts.google.com/specimen/Ubuntu)

## Local run

```shell
yarn # npm install
yarn serve # npm run serve
```