Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stefanpenner/username-sync
- Owner: stefanpenner
- Created: 2017-05-15T15:58:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T12:22:20.000Z (over 1 year ago)
- Last Synced: 2024-10-17T18:12:28.539Z (20 days ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.