Categorization of the States/UTs into six different regions.
npm install @ifct2017/regionsCategorization of the States/UTs into six different [regions].
š¦ Node.js,
š Files.
> This is part of package [ifct2017].
> Online database: [ifct2017.github.io].
``javascript
const regions = require('@ifct2017/regions');
// regions(query)
// ā matches [{region, states}]
regions('central');
regions('Uttaranchal');
// [ { region: 'Central',
// states: 'Chhattisgarh;Madhya Pradesh;Uttar Pradesh;Uttaranchal' } ]
regions('which region andhra pradesh belongs to?');
regions('details of south region');
// [ { region: 'South',
// states: 'Andaman & Nicobar Islands;Andhra Pradesh;Karnataka;Kerala;Lakshadweep;Pondicherry;Telangana;Tamil Nadu' } ]
`
`javascript``
// Additional methods:
regions.load() // ā corpus
regions.sql([table], [options]) // ā sql statements
regions.csv() // ā path of csv file



> Data was obtained from the book [Indian Food Composition Tables 2017].
> Food composition values were measured by [National Institute of Nutrition, Hyderabad].
> Take a peek at the raw data here: [Document], [Webpage].
[ifct2017]: https://www.npmjs.com/package/ifct2017
[Indian Food Composition Tables 2017]: http://ifct2017.com/
[regions]: https://github.com/ifct2017/regions/blob/master/index.csv
[ifct2017.github.io]: https://ifct2017.github.io
[National Institute of Nutrition, Hyderabad]: https://www.nin.res.in/
[Document]: https://docs.google.com/spreadsheets/d/1a01-O3cex87z9My2hF3ByoUMVMLZtMYKuRFGTbmcIzQ/edit?usp=sharing
[Webpage]: https://docs.google.com/spreadsheets/d/e/2PACX-1vRXTC_URrQPaVbgG0tyMvJGkuaZgTjaQ9UZivesdtVBgpJXWHQldR9ps8C04HVDcZmEuKjCX2LhjUNA/pubhtml