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

https://github.com/lge88/node-opensees

Node.js binding for OpenSees (Open System for Earthquake Engineering Simulation)
https://github.com/lge88/node-opensees

Last synced: 3 months ago
JSON representation

Node.js binding for OpenSees (Open System for Earthquake Engineering Simulation)

Awesome Lists containing this project

README

        

# node-opensees #
node-opensees is a node bind for OpenSees (Open System for Earthquake Engineering Simulation).

# API #
var ops = require('opensees');
var m = ops.createModel();
m.addNode(0)