Skip to content
/ autogiro Public

A Node.js module to handle files from Swedish Autogiro

License

Notifications You must be signed in to change notification settings

oh77/autogiro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autogiro

A Node.js module to handle files from Swedish Autogiro

Installation

npm install @oh77/autogiro --save
yarn add @oh77/autogiro
bower install @oh77/autogiro --save

Usage

Javascript

var autogiro = require('autogiro');
var hello = autogiro.hello('Autogiro');
Output should be 'Hello Autogiro'

TypeScript

import { hello } from 'autogiro';
console.log(hello('Autogiro'))
Output should be 'Hello Autogiro'

AMD

define(function(require,exports,module){
  var autogiro = require('autogiro');
});

Test

npm run test

Thanks to

https://codeburst.io/https-chidume-nnamdi-com-npm-module-in-typescript-12b3b22f0724

https://medium.com/@nilayvishwakarma/build-an-npm-package-with-typescript-by-nilay-vishwakarma-f303d7072f80

for awesome tutorials

Releases

No releases published

Packages

No packages published