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

https://github.com/22a/vimstalled-api

:droplet: An API for a vim plugin extension
https://github.com/22a/vimstalled-api

Last synced: 9 months ago
JSON representation

:droplet: An API for a vim plugin extension

Awesome Lists containing this project

README

          

# Vimstalled API

This is the api for a stupid [chrome extension](https://github.com/22a/vimstalled) I'm writing.

The interesting thing about this piece of code is that it was written by a person who doesn't know Elixir and has been googling how solve problems as they arise.

I really wouldn't recommend reading it, I'll come back and rewrite this after I've learned how to use the language.

## Installation

Install bits and bobs
```
mix deps.get
```

Fire and forget
```
mix run --no-halt
```