uppercase first character of a string
npm install ucfirst
Uppercase the first character of a string

var ucfirst = require('ucfirst');
ucfirst('hello'); // 'Hello'
MIT