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

https://github.com/subvisual/credentials

Simple script to generate credentials for conferences
https://github.com/subvisual/credentials

Last synced: 13 days ago
JSON representation

Simple script to generate credentials for conferences

Awesome Lists containing this project

README

          

Credentials
============

Small node script to generate credentials based on a csv file.

**Table of Contents**

* [Setup](#setup)
* [Contribution Guidelines](#contribution-guidelines)
* [Resources](#resources)
* [Contacts](#contacts)

Setup
-----

First, clone & setup the repository:

```
git clone git@github.com:subvisual/PROJECT_NAME.git
cd PROJECT_NAME
npm install
```

You also need a `.csv` file with the following format:

```
1;Joao;Justo;jpjustonunes
```

A unique id, first name, last name and twitter handler respectively.

To generate the credentials simply run:

```
npm start
```

Contribution Guidelines
-----------------------

Contributions must follow [Subvisual's guides](https://github.com/subvisual/guides).

About
-----

ProjectName is maintained by [Subvisual](http://subvisual.co).

[![Subvisual](https://raw.githubusercontent.com/subvisual/guides/master/github/templates/subvisual_logo_with_name.png)](http://subvisual.co)

If you need to contact the maintainer use [this](https://trello.com/b/svB6ZSce/areas-of-responsability-dris) trello board, or reach out to us if you don't have access.