Giter Site home page Giter Site logo

sus-analyzer's Introduction

sus-analyzer-Logo

SeaUrchinScore Analyzer for node

Build Status Coverage Status code style: prettier Maintainability
Documents npm npm downloads sus:v2.17.0 MIT License

Installation

$ yarn add sus-analyzer

or

$ npm i sus-analyzer

Usage

JavaScript

const fs = require('fs')
const SusAnalyzer = require('sus-analyzer')

TypeScript

import * as fs from 'fs'
import * as SusAnalyzer from 'sus-analyzer'

共通

const sus = fs.readFileSync('example.sus', 'utf8')
const susValidate = SusAnalyzer.validate(sus)
const susMeta = SusAnalyzer.getMeta(sus)
const susData = SusAnalyzer.getScore(sus)

console.log(susValidate)
console.log(susMeta)
console.log(susData)

サンプルデータについて

サンプルデータを付属しています。
譜面データはありませんが、メタ情報を一式揃えてあるのでテスト用にどうぞ。

{DIFFICULTY}_{NUMBER}.sus

というファイル名で構成されています。
NUMBER が同じ sus ファイルは同楽曲/同デザイナーになるようにしています。

License

The MIT License (c) @mizucoffee

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.