Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stefanpenner/username-sync

port of username, but for node 0.12 and only sync
https://github.com/stefanpenner/username-sync

Last synced: 17 days ago
JSON representation

port of username, but for node 0.12 and only sync

Awesome Lists containing this project

README

        

# username.sync

[![Build Status](https://travis-ci.org/stefanpenner/username-sync.svg?branch=master)](https://travis-ci.org/stefanpenner/username-sync)
[![Build status](https://ci.appveyor.com/api/projects/status/89vktdhm1vsh2yno/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/username-sync/branch/master)

```sh
yarn add username-sync
npm install username-sync --save
```

```js
var username = require('username-sync');

username() // => "best-guess-system-username"
```

If you are using new versions of node => 4x, please use
[username](https://github.com/sindresorhus/username) module. This project
exists to help users make the transition.