Giter VIP home page Giter VIP logo

jcamp-converter-ios's Introduction

JcampConverter

JcampConverter is a open-source package to convert JCAMP-DX files to spectra.

GitHub release (release name instead of tag name) DOI

Citation

If you use this libary, it will be great if you can cite this on your works

Lan Le. (2023). jcamp-converter-ios (0.1.1). Zenodo. https://doi.org/10.5281/zenodo.8022920

If you like my works, you can Buy Me A Coffee

How to use JcampConverter

JcampConverter is released as dependency package on CocoaPods.

1. Add JcampConverter to your project

1.1. Setting up cocoapods

You can by pass this step if your project is using cocoapods.

Open your terminal, navigate to the project's location and type

pod init

1.2. Add JcampConverter

Open Podfile and add

pod 'JcampConverter', '~> 0.1.1'

or

pod` 'JcampConverter', :git => 'https://github.com/baolanlequang/jcamp-converter-ios'

Open your terminal, navigate to the project's location and the following commad to install MoJcampConverter to your project.

pod install

2. Using JcampConverter

Open your <Project_Name>.xcworkspace

2.1. Import JcampConverter

import JcampConverter

2.2. Using the converter

let jcampData = "<url string or content of your jcamp file>"
let jcamp = Jcamp(jcampData)

3. Demo

You can clone project jcamp-viewer-ios to see how it works.

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.