{"id":28165514,"url":"https://github.com/shivatejaburle/dictionary","last_synced_at":"2025-08-20T12:12:49.887Z","repository":{"id":252752718,"uuid":"841342743","full_name":"shivatejaburle/dictionary","owner":"shivatejaburle","description":"Dictionary Project was developed with Django, this application provides word meanings across different parts of speech along with pronunciations.","archived":false,"fork":false,"pushed_at":"2025-04-26T06:48:52.000Z","size":842,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T07:30:29.882Z","etag":null,"topics":["dictionary","dictionary-api","dictionary-application","dictionary-python","dictionary-software","dictionary-tools","django","django-application","django-project","simple-django-app","simple-django-project","simple-project"],"latest_commit_sha":null,"homepage":"https://dictionary-app-stb.vercel.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shivatejaburle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-12T08:07:19.000Z","updated_at":"2025-04-17T07:57:37.000Z","dependencies_parsed_at":"2024-08-12T09:56:30.209Z","dependency_job_id":null,"html_url":"https://github.com/shivatejaburle/dictionary","commit_stats":null,"previous_names":["shivatejaburle/dictionary"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivatejaburle%2Fdictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivatejaburle%2Fdictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivatejaburle%2Fdictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivatejaburle%2Fdictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivatejaburle","download_url":"https://codeload.github.com/shivatejaburle/dictionary/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254337538,"owners_count":22054254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dictionary","dictionary-api","dictionary-application","dictionary-python","dictionary-software","dictionary-tools","django","django-application","django-project","simple-django-app","simple-django-project","simple-project"],"created_at":"2025-05-15T12:11:42.702Z","updated_at":"2025-05-15T12:11:42.780Z","avatar_url":"https://github.com/shivatejaburle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dictionary\nDictionary Project was developed with Django, this application provides word meanings across different parts of speech along with pronunciations.\n\nWith this dictionary project, you'll gain practical knowledge on how to utilize APIs to retrieve word meanings across different parts of speech along with pronunciations, enhancing your understanding of API integration in real-world applications.\n\n## Installing\n### Clone the project\n\n```bash\ngit clone https://github.com/shivatejaburle/dictionary\ncd dictionary\n```\n\n### Setup your Virtual Environment\n```bash\npip install virtualenv\nvirtualenv venv\n# For Windows\nvenv\\Scripts\\activate   \n# For Mac\nsource venv/bin/activate \n```\n\n### Install dependencies\n```bash\npip install -r requirements.txt\n```\n\n### Environment Settings\n\nGet your API Key from Wordnik: https://developer.wordnik.com/\n\nCreate `dictionary/.env` to store API Keys.\n\n```bash\nWORDNIK_API_KEY = '\u003cYOUR_API_KEY\u003e'\n```\n\n### Collect static files (only on a Production Server)\n\n```bash\npython manage.py collectstatic\n```\n\n### Running a Development Server\n\nJust run this command:\n\n```bash\npython manage.py runserver\n```\nYour application will be available @ http://127.0.0.1:8000/\n\n## Screenshots\n![Dictionary](screenshots/01-dictionary.jpg)\n![Dictionary Result](screenshots/02-dictionay-result.jpg)\n\u0026emsp;![Mobile - Dictionary](screenshots/03-mobile.png) \u0026emsp;\u0026emsp;\u0026emsp; ![Mobile - Dictionary Result](screenshots/04-mobile-result.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivatejaburle%2Fdictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivatejaburle%2Fdictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivatejaburle%2Fdictionary/lists"}