Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: Akruti25
- Language: Python
- Default Branch: main
- Size: 342 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Code of conduct
Citation
README.md
SE-ConvLua-Group24

ConvLua is a homework project repository for Group 24's CSC 510, Software Engineering Class. The folders are organized in the following manner: LUA HW3 contains all of the primary directories and files. It contains the following files and folders: It contains the following files and folders:
- code: This directory contains all of the.py files that declare the LUA classes in Python. Some examples include cols class.py, data class.py, row class.py, and so on.
- data: This directory contains the homework dataset, "auto 93.csv." The data is in the format of a csv file.
- tests: This directory contains the primary testing file, testEngine.py, as well as the init.py file.
- README.md: This is the README.
Installation
- Get a free API Key at https://example.com
- Clone the repo
sh git clone https://github.com/github_username/repo_name.git - Install NPM packages
sh npm install - Enter your API in
config.jsjs const API_KEY = 'ENTER YOUR API';---
How to use
Run the app
bash
npm run start
Send a GET request
- send a simple GET request using https://reqbin.com/
- Type localhost url - http://127.0.0.1:3005
- Select GET method from dropdown
- Click on SEND

Credits
This software uses the following open source packages: - Node.js - Express - dotenv
Contributors
Note: Please be advised that this project constitutes a component of an academic endeavor for CSC 510: Software Engineering, completed during the Fall semester of 2022.
Owner
- Login: Akruti25
- Kind: user
- Repositories: 1
- Profile: https://github.com/Akruti25
Citation (citation.txt)
GitHub Events
Total
Last Year
Dependencies
package-lock.json
npm
- accepts 1.3.8
- array-flatten 1.1.1
- body-parser 1.20.0
- bytes 3.1.2
- call-bind 1.0.2
- content-disposition 0.5.4
- content-type 1.0.4
- cookie 0.5.0
- cookie 0.4.1
- cookie-parser 1.4.6
- cookie-signature 1.0.6
- cors 2.8.5
- debug 2.6.9
- depd 2.0.0
- destroy 1.2.0
- dotenv 16.0.1
- ee-first 1.1.1
- encodeurl 1.0.2
- escape-html 1.0.3
- etag 1.8.1
- express 4.18.1
- finalhandler 1.2.0
- forwarded 0.2.0
- fresh 0.5.2
- function-bind 1.1.1
- get-intrinsic 1.1.2
- has 1.0.3
- has-symbols 1.0.3
- http-errors 2.0.0
- iconv-lite 0.4.24
- inherits 2.0.4
- ipaddr.js 1.9.1
- media-typer 0.3.0
- merge-descriptors 1.0.1
- methods 1.1.2
- mime 1.6.0
- mime-db 1.52.0
- mime-types 2.1.35
- ms 2.0.0
- ms 2.1.3
- negotiator 0.6.3
- object-assign 4.1.1
- object-inspect 1.12.2
- on-finished 2.4.1
- parseurl 1.3.3
- path-to-regexp 0.1.7
- proxy-addr 2.0.7
- qs 6.10.3
- range-parser 1.2.1
- raw-body 2.5.1
- safe-buffer 5.2.1
- safer-buffer 2.1.2
- send 0.18.0
- serve-static 1.15.0
- setprototypeof 1.2.0
- side-channel 1.0.4
- statuses 2.0.1
- toidentifier 1.0.1
- type-is 1.6.18
- unpipe 1.0.0
- utils-merge 1.0.1
- vary 1.1.2
package.json
npm
- cookie-parser ^1.4.6
- cors ^2.8.5
- dotenv ^16.0.1
- express ^4.18.1
requirements.txt
pypi
- Flask ==1.0.2
- jupyter-client ==5.2.3
- jupyter-console ==5.2.0
- jupyter-core ==4.4.0
- virtualenv ==16.0.0