Coder Social home page Coder Social logo

guess-programming-language's Introduction

guess-programming-language Build Status

Naive programming language guessing built on top of highlight.js

Install

npm i guess-programming-language

Usage

import guessProgrammingLanguage from 'guess-programming-language'

async function run() {
  console.log(
    await guessProgrammingLanguage('const foo = "bar";')
  ) //=> javascript
}

run()

API

guessProgrammingLanguage(value)

Returns a Promise instance that resolves to the programming language name (lower case) if a match is found or null if no match is found.

value

Type: String

Value for the programming language to guess.

Why

  • highlight.js is great and its guessing mechanism is good enough for most cases I needed it for
  • Most libraries I've tried either have confusing APIs or require Node.js C bindings that fails to build when npm installing it

Gotchas

  • If you're looking for something super precise this is not it
  • This library currently only works in Node.js, feel free to send a PR if you want to add browser support

License

MIT ยฉ Rafael Rinaldi


Buy me a โ˜•

guess-programming-language's People

Contributors

depfu[bot] avatar rafaelrinaldi avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.