Simple font-awesome picker.
This project uses node and npm. Go check them out if you don't have them locally installed.
$ npm install --save fa-picker
import faPicker from 'fa-picker'
const input = document.querySelector('input')
faPicker(input)
See the contributing file.