Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boennemann/nerf-dart
https://github.com/boennemann/nerf-dart
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/boennemann/nerf-dart
- Owner: boennemann
- Created: 2015-08-20T11:39:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T19:21:52.000Z (about 8 years ago)
- Last Synced: 2024-12-15T01:02:42.539Z (about 1 month ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nerf-dart
[![Build Status](https://travis-ci.org/boennemann/nerf-dart.svg?branch=master)](https://travis-ci.org/boennemann/nerf-dart)
[![Coverage Status](https://coveralls.io/repos/boennemann/nerf-dart/badge.svg?branch=master&service=github)](https://coveralls.io/github/boennemann/nerf-dart?branch=master)
[![Dependency Status](https://david-dm.org/boennemann/nerf-dart/master.svg)](https://david-dm.org/boennemann/nerf-dart/master)
[![devDependency Status](https://david-dm.org/boennemann/nerf-dart/master/dev-status.svg)](https://david-dm.org/boennemann/nerf-dart/master#info=dependencies)> Maps a URL to an identifier.
```js
var toNerfDart = require('nerf-dart')
toNerfDart('http://registry.npmjs.org')
// //registry.npmjs.org/
```Originally from [npm](http://npmjs.com/). Taken from https://github.com/npm/npm/blob/master/lib/config/nerf-dart.js and made available as a standalone package for easier reuse.