0.0.18 • Published 5 years ago

@chemistry/cif-2-json v0.0.18

Weekly downloads
13
License
-
Repository
github
Last release
5 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

5 years ago

0.0.10

5 years ago

0.0.12

5 years ago

0.0.15

5 years ago

0.0.9

5 years ago

0.0.17

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago