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

https://github.com/mxvsh/pocs

Proof of concept projects
https://github.com/mxvsh/pocs

Last synced: 2 months ago
JSON representation

Proof of concept projects

Awesome Lists containing this project

README

          

# Proof of Concepts

This repository contains a collection of proof of concepts that I've been working on.
Each proof of concept is stored in its own separate branch. You can switch between branches to see the different proof of concepts.

---

## S3 Streaming

[Check out the branch](https://github.com/mxvsh/pocs/tree/s3-streaming)

This is a simple proof of concept for streaming a file to S3 directly from a browser but through a Node.js backend.

---

## Emoji to Art

[Check out the branch](https://github.com/mxvsh/pocs/tree/emoji-to-art)

This is a simple proof of concept for converting an emoji to an ASCII art.

---