0.0.18 • Published 4 years ago

@chemistry/cif-2-json v0.0.18

Weekly downloads
13
License
-
Repository
github
Last release
4 years ago

@chemistry/cif-2-json

npm version GitHub Build Status License: MIT

Library that Convert CIF file to JSON and support manipulations

Contains following tools:

  • cif to json
  • filter json (omit some fields)
  • find loop by type
  • normalize string
  • preform basic check
  • library of unit cells

How to Use

import { parse } from '@chemistry/cif-2-json';
const jcif = parse(cifContent);
console.log(JSON.strngify(jcif, null, 4));

Technical details:

  • Zero Dependency
  • Performance optimizations

Commands:

  • Build project: npm run build

Libraries used

Contacts

  • Volodymyr Vreshch vreshch@gmail.com
0.0.18

4 years ago

0.0.10

4 years ago

0.0.12

4 years ago

0.0.15

4 years ago

0.0.9

4 years ago

0.0.17

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago