Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maeligg/console.love

A collection of funny, quirky and lovely console messages from around the web
https://github.com/maeligg/console.love

Last synced: about 2 months ago
JSON representation

A collection of funny, quirky and lovely console messages from around the web

Awesome Lists containing this project

README

        

# console.love
A collection of funny, quirky and lovely console messages from around the web.

## Add a new site

Want to add a new site? Follow these steps :

1. Fork this repository.

2. Add a new `.md` file in `sites`.

3. Take a screenshot of the console message, save it as a JPG, [minimise](https://tinyjpg.com/) it and add it to `assets/img/site-thumbnails`.

4. Fill out the following template :

```yaml
---
title: 'The title of the website (look for the element if you\'re unsure)'
url: 'The URL of the website'
thumbnail: 'The path that you specified in the previous step'
---
```

5. Create a pull request. That's it !