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

https://github.com/albertyw/reaction-pics

Programming memes
https://github.com/albertyw/reaction-pics

devops-reactions golang hacktoberfest memes reaction-pics

Last synced: over 1 year ago
JSON representation

Programming memes

Awesome Lists containing this project

README

          

[Reaction Pics](https://www.reaction.pics)
==========================================

[![Go Report Card](https://goreportcard.com/badge/github.com/albertyw/reaction-pics)](https://goreportcard.com/report/github.com/albertyw/reaction-pics)
[![Build Status](https://drone.albertyw.com/api/badges/albertyw/reaction-pics/status.svg)](https://drone.albertyw.com/albertyw/reaction-pics)
[![Code Climate](https://codeclimate.com/github/albertyw/reaction-pics/badges/gpa.svg)](https://codeclimate.com/github/albertyw/reaction-pics)
[![Test Coverage](https://api.codeclimate.com/v1/badges/cb131df54d39de0eae87/test_coverage)](https://codeclimate.com/github/albertyw/reaction-pics/test_coverage)
[![Go Reference](https://pkg.go.dev/badge/github.com/albertyw/reaction-pics.svg)](https://pkg.go.dev/github.com/albertyw/reaction-pics)
[![Varsnap Status](https://www.varsnap.com/project/21c8d433-e4e0-4610-950c-5146717431a6/varsnap_badge.svg)](https://www.varsnap.com/project/21c8d433-e4e0-4610-950c-5146717431a6/)

Index of DevOps Reactions

## Installation

1. Install Go 1.22.
2. Install Node 18.
3. `npm ci && npm run minify`
4. `make serve`

## Running tests

```
make test
```