Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/penberg/librescholar
Open source scholarly literature search
https://github.com/penberg/librescholar
scholar search-engine
Last synced: 2 months ago
JSON representation
Open source scholarly literature search
- Host: GitHub
- URL: https://github.com/penberg/librescholar
- Owner: penberg
- License: mit
- Created: 2023-12-17T10:26:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T13:45:16.000Z (12 months ago)
- Last Synced: 2023-12-28T13:54:05.242Z (12 months ago)
- Topics: scholar, search-engine
- Language: TypeScript
- Homepage: https://librescholar.vercel.app
- Size: 125 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LibreScholar
LibreScholar is an open source scholarly literature search engine that combines OpenAI and Google Scholar to assist in literature review. As a researcher, you ask a research question from LibreScholar and get a list of relevant publications as a result.
## Getting Started
### Setup
1. Clone the git repository
```sh
git clone https://github.com/penberg/librescholar.git
```2. Install dependencies
```sh
npm i
```3. Set `.env` file
Make a copy of `.env.example` and fill in the configuration for OpenAPI.
4. Start the application:
```sh
npm run dev
```5. Open the URL [http://localhost:3000](http://localhost:3000) with your browser.
## License
This project is licensed under the [MIT license].
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in LibreScholar by you, shall be licensed as MIT, without any additional
terms or conditions.[MIT license]: https://github.com/penberg/librescholar/blob/main/LICENSE.md