Giter VIP home page Giter VIP logo

ao-convert-lib's Introduction

Conversor de Algarismos v.1.0.0

Esta biblioteca se destina a conversão de algarismo romano em algarismo arabico, e algarismo arabico em algarismo romano Nessa versão atual ele era converter o algarismo romano 'string' em Number e algarismo arabico sendo ele Number em algarismo romano "string".

Os métodos utilizados na biblioteca são:

intToRoman(num);

romanToInt(str);

Exemplo de uso:

$node
> let convertNumber = require("ao-convert-lib")
> convertNumber.intToRoman(1000); //'M'
> convertNumber.romanToInt("III"); //3

versão 1.0.0

  • funcionalidades: Conversão de String para Number
  • Conversão de algarismo arabico em algarismo romano.
  • Conversão de algarismo romani em algarismo arabico.

instalação

  • você deverá ter o node + npm instalados. Para guia de instalação, visite o site oficial.
  • proceda com a instalação com $npm install ao-convert-lib

roadmap oficial do projeto

versão 1.0.0 (released)

  • funcionalidades: Conversão de String para Number
  • Conversão de algarismo arabico em algarismo romano.
  • Conversão de algarismo romano em algarismo arabico.

ao-convert-lib's People

Contributors

oliveira-ana avatar

Watchers

James Cloos avatar

ao-convert-lib's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.